Html Css Color HEX #FBC24D Golden Tainoi

📋 copy color: '#FBC24D'

red 251 ◦ green 194 ◦ blue 77

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

Shades of Golden Tainoi #FBC24D

Tints of Golden Tainoi #FBC24D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 14.75%

R = 48.08%
G = 37.16%
B = 14.75%

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

#FBC24D (or 0xFBC24D) is known color: Golden Tainoi. HEX triplet: FB, C2 and 4D. RGB value is (251,194,77). Sum of RGB (Red+Green+Blue) = 251+194+77=522 (69% of max value = 765). Red value is 251 (98.44% from 255 or 48.08% from 522); Green value is 194 (76.17% from 255 or 37.16% from 522); Blue value is 77 (30.47% from 255 or 14.75% from 522); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC24D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBC24D is #043DB2. Grayscale: #C6C6C6. Windows color (decimal): -277939 or 5096187. OLE color: 5096187.

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

Color convert

RGB 251 194 77 -
CMYK 0 0.23 0.69 0.02
HSL 40.34º 0.96% 0.64% -
HSV(B) 40.34º 0.69% 0.98% -
XYZ 60.42 59.63 15.35 -
YUV 197.71 59.88 166.01 -
System Red Green Blue C M Y K H S L
Decimal 251 194 77 0 0.23 0.69 0.02 40.34 0.96 0.64
Hex FB C2 4D 0 17 45 2 28 60 40
Octal 373 302 115 0 27 105 2 50 140 100
Binary 11111011 11000010 1001101 0 10111 1000101 10 101000 1100000 1000000

Color Harmonies of #FBC24D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBC24D

Black with #FBC24D

Text Example


Text Example

White with #FBC24D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBC24D; }

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

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

background-color css

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

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

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

border-color css

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

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

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