Html Css Color HEX #F8C055 Golden Tainoi

📋 copy color: '#F8C055'

red 248 ◦ green 192 ◦ blue 85

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

Shades of Golden Tainoi #F8C055

Tints of Golden Tainoi #F8C055

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 16.19%

R = 47.24%
G = 36.57%
B = 16.19%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.66

 K value IS 0.03

RGB Variations

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

Color information

#F8C055 (or 0xF8C055) is known color: Golden Tainoi. HEX triplet: F8, C0 and 55. RGB value is (248,192,85). Sum of RGB (Red+Green+Blue) = 248+192+85=525 (69% of max value = 765). Red value is 248 (97.27% from 255 or 47.24% from 525); Green value is 192 (75.39% from 255 or 36.57% from 525); Blue value is 85 (33.59% from 255 or 16.19% from 525); Max value from RGB is 248 - color contains mainly: red. Hex color #F8C055 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F8C055 is #073FAA. Grayscale: #C5C5C5. Windows color (decimal): -475051 or 5619960. OLE color: 5619960.

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

Color convert

RGB 248 192 85 -
CMYK 0 0.23 0.66 0.03
HSL 39.39º 0.92% 0.65% -
HSV(B) 39.39º 0.66% 0.97% -
XYZ 59.2 58.31 16.73 -
YUV 196.55 65.05 164.7 -
System Red Green Blue C M Y K H S L
Decimal 248 192 85 0 0.23 0.66 0.03 39.39 0.92 0.65
Hex F8 C0 55 0 17 42 3 27 5C 41
Octal 370 300 125 0 27 102 3 47 134 101
Binary 11111000 11000000 1010101 0 10111 1000010 11 100111 1011100 1000001

Color Harmonies of #F8C055

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8C055

Black with #F8C055

Text Example


Text Example

White with #F8C055

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8C055; }

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

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

background-color css

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

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

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

border-color css

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

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

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