Html Css Color HEX #F8C04A Golden Tainoi

📋 copy color: '#F8C04A'

red 248 ◦ green 192 ◦ blue 74

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

Shades of Golden Tainoi #F8C04A

Tints of Golden Tainoi #F8C04A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 14.4%

R = 48.25%
G = 37.35%
B = 14.4%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.70

 K value IS 0.03

RGB Variations

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

Color information

#F8C04A (or 0xF8C04A) is known color: Golden Tainoi. HEX triplet: F8, C0 and 4A. RGB value is (248,192,74). Sum of RGB (Red+Green+Blue) = 248+192+74=514 (68% of max value = 765). Red value is 248 (97.27% from 255 or 48.25% from 514); Green value is 192 (75.39% from 255 or 37.35% from 514); Blue value is 74 (29.30% from 255 or 14.40% from 514); Max value from RGB is 248 - color contains mainly: red. Hex color #F8C04A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F8C04A is #073FB5. Grayscale: #C3C3C3. Windows color (decimal): -475062 or 4899064. OLE color: 4899064.

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

Color convert

RGB 248 192 74 -
CMYK 0 0.23 0.70 0.03
HSL 40.69º 0.93% 0.63% -
HSV(B) 40.69º 0.7% 0.97% -
XYZ 58.8 58.15 14.6 -
YUV 195.29 59.55 165.59 -
System Red Green Blue C M Y K H S L
Decimal 248 192 74 0 0.23 0.70 0.03 40.69 0.93 0.63
Hex F8 C0 4A 0 17 46 3 29 5D 3F
Octal 370 300 112 0 27 106 3 51 135 77
Binary 11111000 11000000 1001010 0 10111 1000110 11 101001 1011101 111111

Color Harmonies of #F8C04A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8C04A

Black with #F8C04A

Text Example


Text Example

White with #F8C04A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8C04A; }

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

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

background-color css

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

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

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

border-color css

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

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

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