Html Css Color HEX #F8C062 Golden Tainoi

📋 copy color: '#F8C062'

red 248 ◦ green 192 ◦ blue 98

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

Shades of Golden Tainoi #F8C062

Tints of Golden Tainoi #F8C062

RGB

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

 GREEN value IS 192 (75.39% from 255) = 35.69%

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

R = 46.1%
G = 35.69%
B = 18.22%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.60

 K value IS 0.03

RGB Variations

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

Color information

#F8C062 (or 0xF8C062) is known color: Golden Tainoi. HEX triplet: F8, C0 and 62. RGB value is (248,192,98). Sum of RGB (Red+Green+Blue) = 248+192+98=538 (71% of max value = 765). Red value is 248 (97.27% from 255 or 46.10% from 538); Green value is 192 (75.39% from 255 or 35.69% from 538); Blue value is 98 (38.67% from 255 or 18.22% from 538); Max value from RGB is 248 - color contains mainly: red. Hex color #F8C062 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F8C062 is #073F9D. Grayscale: #C6C6C6. Windows color (decimal): -475038 or 6471928. OLE color: 6471928.

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

Color convert

RGB 248 192 98 -
CMYK 0 0.23 0.60 0.03
HSL 37.6º 0.91% 0.68% -
HSV(B) 37.6º 0.6% 0.97% -
XYZ 59.77 58.54 19.7 -
YUV 198.03 71.55 163.64 -
System Red Green Blue C M Y K H S L
Decimal 248 192 98 0 0.23 0.60 0.03 37.6 0.91 0.68
Hex F8 C0 62 0 17 3C 3 26 5B 44
Octal 370 300 142 0 27 74 3 46 133 104
Binary 11111000 11000000 1100010 0 10111 111100 11 100110 1011011 1000100

Color Harmonies of #F8C062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8C062

Black with #F8C062

Text Example


Text Example

White with #F8C062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8C062; }

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

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

background-color css

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

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

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

border-color css

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

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

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