Html Css Color HEX #FDBF1B Moon Yellow

📋 copy color: '#FDBF1B'

red 253 ◦ green 191 ◦ blue 27

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

Shades of Moon Yellow #FDBF1B

Tints of Moon Yellow #FDBF1B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 5.73%

R = 53.72%
G = 40.55%
B = 5.73%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.89

 K value IS 0.01

RGB Variations

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

Color information

#FDBF1B (or 0xFDBF1B) is known color: Moon Yellow. HEX triplet: FD, BF and 1B. RGB value is (253,191,27). Sum of RGB (Red+Green+Blue) = 253+191+27=471 (62% of max value = 765). Red value is 253 (99.22% from 255 or 53.72% from 471); Green value is 191 (75% from 255 or 40.55% from 471); Blue value is 27 (10.94% from 255 or 5.73% from 471); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBF1B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDBF1B is #0240E4. Grayscale: #BFBFBF. Windows color (decimal): -147685 or 1818621. OLE color: 1818621.

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

Color convert

RGB 253 191 27 -
CMYK 0 0.25 0.89 0.01
HSL 43.54º 0.98% 0.55% -
HSV(B) 43.54º 0.89% 0.99% -
XYZ 59.34 58.22 9.15 -
YUV 190.84 35.54 172.34 -
System Red Green Blue C M Y K H S L
Decimal 253 191 27 0 0.25 0.89 0.01 43.54 0.98 0.55
Hex FD BF 1B 0 19 59 1 2C 62 37
Octal 375 277 33 0 31 131 1 54 142 67
Binary 11111101 10111111 11011 0 11001 1011001 1 101100 1100010 110111

Color Harmonies of #FDBF1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDBF1B

Black with #FDBF1B

Text Example


Text Example

White with #FDBF1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDBF1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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