Html Css Color HEX #F8C24C Golden Tainoi

📋 copy color: '#F8C24C'

red 248 ◦ green 194 ◦ blue 76

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

Shades of Golden Tainoi #F8C24C

Tints of Golden Tainoi #F8C24C

RGB

 RED value IS 248 (97.27% from 255) = 47.88%

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

 BLUE value IS 76 (30.08% from 255) = 14.67%

R = 47.88%
G = 37.45%
B = 14.67%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.69

 K value IS 0.03

RGB Variations

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

Color information

#F8C24C (or 0xF8C24C) is known color: Golden Tainoi. HEX triplet: F8, C2 and 4C. RGB value is (248,194,76). Sum of RGB (Red+Green+Blue) = 248+194+76=518 (68% of max value = 765). Red value is 248 (97.27% from 255 or 47.88% from 518); Green value is 194 (76.17% from 255 or 37.45% from 518); Blue value is 76 (30.08% from 255 or 14.67% from 518); Max value from RGB is 248 - color contains mainly: red. Hex color #F8C24C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F8C24C is #073DB3. Grayscale: #C5C5C5. Windows color (decimal): -474548 or 5030648. OLE color: 5030648.

HSL color Cylindrical-coordinate representation of color #F8C24C: hue angle of 41.16º degrees, saturation: 0.92, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F8C24C is Cyan = 0, Magento = 0.22, Yellow = 0.69 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 194 76 -
CMYK 0 0.22 0.69 0.03
HSL 41.16º 0.92% 0.64% -
HSV(B) 41.16º 0.69% 0.97% -
XYZ 59.31 59.06 15.11 -
YUV 196.69 59.89 164.59 -
System Red Green Blue C M Y K H S L
Decimal 248 194 76 0 0.22 0.69 0.03 41.16 0.92 0.64
Hex F8 C2 4C 0 16 45 3 29 5C 40
Octal 370 302 114 0 26 105 3 51 134 100
Binary 11111000 11000010 1001100 0 10110 1000101 11 101001 1011100 1000000

Color Harmonies of #F8C24C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8C24C

Black with #F8C24C

Text Example


Text Example

White with #F8C24C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8C24C; }

 p { color: rgb(248,194,76); }

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

background-color css

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

 a { background-color: rgb(248,194,76); }

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

border-color css

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

 span { border-color: rgb(248,194,76); }

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