Html Css Color HEX #FDBF14 Moon Yellow

📋 copy color: '#FDBF14'

red 253 ◦ green 191 ◦ blue 20

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

Shades of Moon Yellow #FDBF14

Tints of Moon Yellow #FDBF14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 4.31%

R = 54.53%
G = 41.16%
B = 4.31%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.92

 K value IS 0.01

RGB Variations

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

Color information

#FDBF14 (or 0xFDBF14) is known color: Moon Yellow. HEX triplet: FD, BF and 14. RGB value is (253,191,20). Sum of RGB (Red+Green+Blue) = 253+191+20=464 (61% of max value = 765). Red value is 253 (99.22% from 255 or 54.53% from 464); Green value is 191 (75% from 255 or 41.16% from 464); Blue value is 20 (8.20% from 255 or 4.31% from 464); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBF14 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDBF14 is #0240EB. Grayscale: #BEBEBE. Windows color (decimal): -147692 or 1359869. OLE color: 1359869.

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

Color convert

RGB 253 191 20 -
CMYK 0 0.25 0.92 0.01
HSL 44.03º 0.98% 0.54% -
HSV(B) 44.03º 0.92% 0.99% -
XYZ 59.27 58.19 8.77 -
YUV 190.04 32.04 172.9 -
System Red Green Blue C M Y K H S L
Decimal 253 191 20 0 0.25 0.92 0.01 44.03 0.98 0.54
Hex FD BF 14 0 19 5C 1 2C 62 36
Octal 375 277 24 0 31 134 1 54 142 66
Binary 11111101 10111111 10100 0 11001 1011100 1 101100 1100010 110110

Color Harmonies of #FDBF14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDBF14

Black with #FDBF14

Text Example


Text Example

White with #FDBF14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDBF14; }

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

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

background-color css

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

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

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

border-color css

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

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

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