Html Css Color HEX #F8C262 Golden Tainoi

📋 copy color: '#F8C262'

red 248 ◦ green 194 ◦ blue 98

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

Shades of Golden Tainoi #F8C262

Tints of Golden Tainoi #F8C262

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 18.15%

R = 45.93%
G = 35.93%
B = 18.15%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.60

 K value IS 0.03

RGB Variations

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

Color information

#F8C262 (or 0xF8C262) is known color: Golden Tainoi. HEX triplet: F8, C2 and 62. RGB value is (248,194,98). Sum of RGB (Red+Green+Blue) = 248+194+98=540 (71% of max value = 765). Red value is 248 (97.27% from 255 or 45.93% from 540); Green value is 194 (76.17% from 255 or 35.93% from 540); Blue value is 98 (38.67% from 255 or 18.15% from 540); Max value from RGB is 248 - color contains mainly: red. Hex color #F8C262 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F8C262 is #073D9D. Grayscale: #C7C7C7. Windows color (decimal): -474526 or 6472440. OLE color: 6472440.

HSL color Cylindrical-coordinate representation of color #F8C262: hue angle of 38.4º degrees, saturation: 0.91, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F8C262 is Cyan = 0, Magento = 0.22, Yellow = 0.60 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 194 98 -
CMYK 0 0.22 0.60 0.03
HSL 38.4º 0.91% 0.68% -
HSV(B) 38.4º 0.6% 0.97% -
XYZ 60.21 59.42 19.85 -
YUV 199.2 70.89 162.81 -
System Red Green Blue C M Y K H S L
Decimal 248 194 98 0 0.22 0.60 0.03 38.4 0.91 0.68
Hex F8 C2 62 0 16 3C 3 26 5B 44
Octal 370 302 142 0 26 74 3 46 133 104
Binary 11111000 11000010 1100010 0 10110 111100 11 100110 1011011 1000100

Color Harmonies of #F8C262

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8C262

Black with #F8C262

Text Example


Text Example

White with #F8C262

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8C262; }

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

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

background-color css

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

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

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

border-color css

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

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

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