Html Css Color HEX #F8C05B Golden Tainoi

📋 copy color: '#F8C05B'

red 248 ◦ green 192 ◦ blue 91

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

Shades of Golden Tainoi #F8C05B

Tints of Golden Tainoi #F8C05B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 17.14%

R = 46.7%
G = 36.16%
B = 17.14%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.63

 K value IS 0.03

RGB Variations

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

Color information

#F8C05B (or 0xF8C05B) is known color: Golden Tainoi. HEX triplet: F8, C0 and 5B. RGB value is (248,192,91). Sum of RGB (Red+Green+Blue) = 248+192+91=531 (70% of max value = 765). Red value is 248 (97.27% from 255 or 46.70% from 531); Green value is 192 (75.39% from 255 or 36.16% from 531); Blue value is 91 (35.94% from 255 or 17.14% from 531); Max value from RGB is 248 - color contains mainly: red. Hex color #F8C05B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F8C05B is #073FA4. Grayscale: #C5C5C5. Windows color (decimal): -475045 or 6013176. OLE color: 6013176.

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

Color convert

RGB 248 192 91 -
CMYK 0 0.23 0.63 0.03
HSL 38.6º 0.92% 0.66% -
HSV(B) 38.6º 0.63% 0.97% -
XYZ 59.45 58.41 18.04 -
YUV 197.23 68.05 164.21 -
System Red Green Blue C M Y K H S L
Decimal 248 192 91 0 0.23 0.63 0.03 38.6 0.92 0.66
Hex F8 C0 5B 0 17 3F 3 27 5C 42
Octal 370 300 133 0 27 77 3 47 134 102
Binary 11111000 11000000 1011011 0 10111 111111 11 100111 1011100 1000010

Color Harmonies of #F8C05B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8C05B

Black with #F8C05B

Text Example


Text Example

White with #F8C05B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8C05B; }

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

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

background-color css

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

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

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

border-color css

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

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

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