Html Css Color HEX #FBC24F Golden Tainoi

📋 copy color: '#FBC24F'

red 251 ◦ green 194 ◦ blue 79

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

Shades of Golden Tainoi #FBC24F

Tints of Golden Tainoi #FBC24F

RGB

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

 GREEN value IS 194 (76.17% from 255) = 37.02%

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

R = 47.9%
G = 37.02%
B = 15.08%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.69

 K value IS 0.02

RGB Variations

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

Color information

#FBC24F (or 0xFBC24F) is known color: Golden Tainoi. HEX triplet: FB, C2 and 4F. RGB value is (251,194,79). Sum of RGB (Red+Green+Blue) = 251+194+79=524 (69% of max value = 765). Red value is 251 (98.44% from 255 or 47.90% from 524); Green value is 194 (76.17% from 255 or 37.02% from 524); Blue value is 79 (31.25% from 255 or 15.08% from 524); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC24F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBC24F is #043DB0. Grayscale: #C6C6C6. Windows color (decimal): -277937 or 5227259. OLE color: 5227259.

HSL color Cylindrical-coordinate representation of color #FBC24F: hue angle of 40.12º 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 #FBC24F is Cyan = 0, Magento = 0.23, Yellow = 0.69 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 194 79 -
CMYK 0 0.23 0.69 0.02
HSL 40.12º 0.96% 0.65% -
HSV(B) 40.12º 0.69% 0.98% -
XYZ 60.49 59.66 15.72 -
YUV 197.93 60.88 165.85 -
System Red Green Blue C M Y K H S L
Decimal 251 194 79 0 0.23 0.69 0.02 40.12 0.96 0.65
Hex FB C2 4F 0 17 45 2 28 60 41
Octal 373 302 117 0 27 105 2 50 140 101
Binary 11111011 11000010 1001111 0 10111 1000101 10 101000 1100000 1000001

Color Harmonies of #FBC24F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBC24F

Black with #FBC24F

Text Example


Text Example

White with #FBC24F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBC24F; }

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

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

background-color css

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

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

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

border-color css

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

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

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