Html Css Color HEX #F8C252 Golden Tainoi

📋 copy color: '#F8C252'

red 248 ◦ green 194 ◦ blue 82

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

Shades of Golden Tainoi #F8C252

Tints of Golden Tainoi #F8C252

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 15.65%

R = 47.33%
G = 37.02%
B = 15.65%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.67

 K value IS 0.03

RGB Variations

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

Color information

#F8C252 (or 0xF8C252) is known color: Golden Tainoi. HEX triplet: F8, C2 and 52. RGB value is (248,194,82). Sum of RGB (Red+Green+Blue) = 248+194+82=524 (69% of max value = 765). Red value is 248 (97.27% from 255 or 47.33% from 524); Green value is 194 (76.17% from 255 or 37.02% from 524); Blue value is 82 (32.42% from 255 or 15.65% from 524); Max value from RGB is 248 - color contains mainly: red. Hex color #F8C252 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F8C252 is #073DAD. Grayscale: #C5C5C5. Windows color (decimal): -474542 or 5423864. OLE color: 5423864.

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

Color convert

RGB 248 194 82 -
CMYK 0 0.22 0.67 0.03
HSL 40.48º 0.92% 0.65% -
HSV(B) 40.48º 0.67% 0.97% -
XYZ 59.53 59.15 16.26 -
YUV 197.38 62.89 164.11 -
System Red Green Blue C M Y K H S L
Decimal 248 194 82 0 0.22 0.67 0.03 40.48 0.92 0.65
Hex F8 C2 52 0 16 43 3 28 5C 41
Octal 370 302 122 0 26 103 3 50 134 101
Binary 11111000 11000010 1010010 0 10110 1000011 11 101000 1011100 1000001

Color Harmonies of #F8C252

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8C252

Black with #F8C252

Text Example


Text Example

White with #F8C252

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8C252; }

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

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

background-color css

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

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

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

border-color css

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

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

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