Html Css Color HEX #FDBF1E Moon Yellow

📋 copy color: '#FDBF1E'

red 253 ◦ green 191 ◦ blue 30

#FDBF1E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Moon Yellow #FDBF1E

Tints of Moon Yellow #FDBF1E

RGB

 RED value IS 253 (99.22% from 255) = 53.38%

 GREEN value IS 191 (75% from 255) = 40.3%

 BLUE value IS 30 (12.11% from 255) = 6.33%

R = 53.38%
G = 40.3%
B = 6.33%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.88

 K value IS 0.01

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#FDBF1E (or 0xFDBF1E) is known color: Moon Yellow. HEX triplet: FD, BF and 1E. RGB value is (253,191,30). Sum of RGB (Red+Green+Blue) = 253+191+30=474 (62% of max value = 765). Red value is 253 (99.22% from 255 or 53.38% from 474); Green value is 191 (75% from 255 or 40.30% from 474); Blue value is 30 (12.11% from 255 or 6.33% from 474); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBF1E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDBF1E is #0240E1. Grayscale: #BFBFBF. Windows color (decimal): -147682 or 2015229. OLE color: 2015229.

HSL color Cylindrical-coordinate representation of color #FDBF1E: hue angle of 43.32º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FDBF1E is Cyan = 0, Magento = 0.25, Yellow = 0.88 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 191 30 -
CMYK 0 0.25 0.88 0.01
HSL 43.32º 0.98% 0.55% -
HSV(B) 43.32º 0.88% 0.99% -
XYZ 59.37 58.24 9.34 -
YUV 191.18 37.04 172.09 -
System Red Green Blue C M Y K H S L
Decimal 253 191 30 0 0.25 0.88 0.01 43.32 0.98 0.55
Hex FD BF 1E 0 19 58 1 2B 62 37
Octal 375 277 36 0 31 130 1 53 142 67
Binary 11111101 10111111 11110 0 11001 1011000 1 101011 1100010 110111

Color Harmonies of #FDBF1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDBF1E

Black with #FDBF1E

Text Example


Text Example

White with #FDBF1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDBF1E; }

 p { color: rgb(253,191,30); }

 H1.HeaderClassName
 {
   color: #FDBF1E;
 }
 .AnyTagClassName
 {
   color: #FDBF1E;
 }
</style>

background-color css

<style>
 a { background-color: #FDBF1E; }

 a { background-color: rgb(253,191,30); }

 div.DivClassName
 {
   background-color: #FDBF1E;
 }
 .BgClassName
 {
   background-color: #FDBF1E;
 }
</style>

border-color css

<style>
 span { border-color: #FDBF1E; }

 span { border-color: rgb(253,191,30); }

 td.TdClassName
 {
   border-color: #FDBF1E;
 }
 .TagClassName
 {
   border-color: #FDBF1E;
 }
</style>