Html Css Color HEX #F8C051 Golden Tainoi

📋 copy color: '#F8C051'

red 248 ◦ green 192 ◦ blue 81

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

Shades of Golden Tainoi #F8C051

Tints of Golden Tainoi #F8C051

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 15.55%

R = 47.6%
G = 36.85%
B = 15.55%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.67

 K value IS 0.03

RGB Variations

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

Color information

#F8C051 (or 0xF8C051) is known color: Golden Tainoi. HEX triplet: F8, C0 and 51. RGB value is (248,192,81). Sum of RGB (Red+Green+Blue) = 248+192+81=521 (69% of max value = 765). Red value is 248 (97.27% from 255 or 47.60% from 521); Green value is 192 (75.39% from 255 or 36.85% from 521); Blue value is 81 (32.03% from 255 or 15.55% from 521); Max value from RGB is 248 - color contains mainly: red. Hex color #F8C051 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F8C051 is #073FAE. Grayscale: #C4C4C4. Windows color (decimal): -475055 or 5357816. OLE color: 5357816.

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

Color convert

RGB 248 192 81 -
CMYK 0 0.23 0.67 0.03
HSL 39.88º 0.92% 0.65% -
HSV(B) 39.88º 0.67% 0.97% -
XYZ 59.05 58.25 15.92 -
YUV 196.09 63.05 165.03 -
System Red Green Blue C M Y K H S L
Decimal 248 192 81 0 0.23 0.67 0.03 39.88 0.92 0.65
Hex F8 C0 51 0 17 43 3 28 5C 41
Octal 370 300 121 0 27 103 3 50 134 101
Binary 11111000 11000000 1010001 0 10111 1000011 11 101000 1011100 1000001

Color Harmonies of #F8C051

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8C051

Black with #F8C051

Text Example


Text Example

White with #F8C051

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8C051; }

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

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

background-color css

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

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

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

border-color css

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

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

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