Html Css Color HEX #F8C162 Golden Tainoi

📋 copy color: '#F8C162'

red 248 ◦ green 193 ◦ blue 98

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

Shades of Golden Tainoi #F8C162

Tints of Golden Tainoi #F8C162

RGB

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

 GREEN value IS 193 (75.78% from 255) = 35.81%

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

R = 46.01%
G = 35.81%
B = 18.18%

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

#F8C162 (or 0xF8C162) is known color: Golden Tainoi. HEX triplet: F8, C1 and 62. RGB value is (248,193,98). Sum of RGB (Red+Green+Blue) = 248+193+98=539 (71% of max value = 765). Red value is 248 (97.27% from 255 or 46.01% from 539); Green value is 193 (75.78% from 255 or 35.81% from 539); Blue value is 98 (38.67% from 255 or 18.18% from 539); Max value from RGB is 248 - color contains mainly: red. Hex color #F8C162 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F8C162 is #073E9D. Grayscale: #C7C7C7. Windows color (decimal): -474782 or 6472184. OLE color: 6472184.

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

Color convert

RGB 248 193 98 -
CMYK 0 0.22 0.60 0.03
HSL 38º 0.91% 0.68% -
HSV(B) 38º 0.6% 0.97% -
XYZ 59.99 58.98 19.78 -
YUV 198.62 71.22 163.22 -
System Red Green Blue C M Y K H S L
Decimal 248 193 98 0 0.22 0.60 0.03 38 0.91 0.68
Hex F8 C1 62 0 16 3C 3 26 5B 44
Octal 370 301 142 0 26 74 3 46 133 104
Binary 11111000 11000001 1100010 0 10110 111100 11 100110 1011011 1000100

Color Harmonies of #F8C162

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8C162

Black with #F8C162

Text Example


Text Example

White with #F8C162

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8C162; }

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

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

background-color css

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

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

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

border-color css

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

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

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