Html Css Color HEX #FBC04F Golden Tainoi

📋 copy color: '#FBC04F'

red 251 ◦ green 192 ◦ blue 79

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

Shades of Golden Tainoi #FBC04F

Tints of Golden Tainoi #FBC04F

RGB

 RED value IS 251 (98.44% from 255) = 48.08%

 GREEN value IS 192 (75.39% from 255) = 36.78%

 BLUE value IS 79 (31.25% from 255) = 15.13%

R = 48.08%
G = 36.78%
B = 15.13%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.69

 K value IS 0.02

RGB Variations

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

Color information

#FBC04F (or 0xFBC04F) is known color: Golden Tainoi. HEX triplet: FB, C0 and 4F. RGB value is (251,192,79). Sum of RGB (Red+Green+Blue) = 251+192+79=522 (69% of max value = 765). Red value is 251 (98.44% from 255 or 48.08% from 522); Green value is 192 (75.39% from 255 or 36.78% from 522); Blue value is 79 (31.25% from 255 or 15.13% from 522); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC04F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBC04F is #043FB0. Grayscale: #C5C5C5. Windows color (decimal): -278449 or 5226747. OLE color: 5226747.

HSL color Cylindrical-coordinate representation of color #FBC04F: hue angle of 39.42º degrees, saturation: 0.96, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FBC04F is Cyan = 0, Magento = 0.24, Yellow = 0.69 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 192 79 -
CMYK 0 0.24 0.69 0.02
HSL 39.42º 0.96% 0.65% -
HSV(B) 39.42º 0.69% 0.98% -
XYZ 60.04 58.77 15.58 -
YUV 196.76 61.55 166.69 -
System Red Green Blue C M Y K H S L
Decimal 251 192 79 0 0.24 0.69 0.02 39.42 0.96 0.65
Hex FB C0 4F 0 18 45 2 27 60 41
Octal 373 300 117 0 30 105 2 47 140 101
Binary 11111011 11000000 1001111 0 11000 1000101 10 100111 1100000 1000001

Color Harmonies of #FBC04F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBC04F

Black with #FBC04F

Text Example


Text Example

White with #FBC04F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBC04F; }

 p { color: rgb(251,192,79); }

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

background-color css

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

 a { background-color: rgb(251,192,79); }

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

border-color css

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

 span { border-color: rgb(251,192,79); }

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