Html Css Color HEX #F8C44F Golden Tainoi

📋 copy color: '#F8C44F'

red 248 ◦ green 196 ◦ blue 79

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

Shades of Golden Tainoi #F8C44F

Tints of Golden Tainoi #F8C44F

RGB

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

 GREEN value IS 196 (76.95% from 255) = 37.48%

 BLUE value IS 79 (31.25% from 255) = 15.11%

R = 47.42%
G = 37.48%
B = 15.11%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.68

 K value IS 0.03

RGB Variations

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

Color information

#F8C44F (or 0xF8C44F) is known color: Golden Tainoi. HEX triplet: F8, C4 and 4F. RGB value is (248,196,79). Sum of RGB (Red+Green+Blue) = 248+196+79=523 (69% of max value = 765). Red value is 248 (97.27% from 255 or 47.42% from 523); Green value is 196 (76.95% from 255 or 37.48% from 523); Blue value is 79 (31.25% from 255 or 15.11% from 523); Max value from RGB is 248 - color contains mainly: red. Hex color #F8C44F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F8C44F is #073BB0. Grayscale: #C6C6C6. Windows color (decimal): -474033 or 5227768. OLE color: 5227768.

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

Color convert

RGB 248 196 79 -
CMYK 0 0.21 0.68 0.03
HSL 41.54º 0.92% 0.64% -
HSV(B) 41.54º 0.68% 0.97% -
XYZ 59.86 60 15.82 -
YUV 198.21 60.73 163.51 -
System Red Green Blue C M Y K H S L
Decimal 248 196 79 0 0.21 0.68 0.03 41.54 0.92 0.64
Hex F8 C4 4F 0 15 44 3 2A 5C 40
Octal 370 304 117 0 25 104 3 52 134 100
Binary 11111000 11000100 1001111 0 10101 1000100 11 101010 1011100 1000000

Color Harmonies of #F8C44F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8C44F

Black with #F8C44F

Text Example


Text Example

White with #F8C44F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8C44F; }

 p { color: rgb(248,196,79); }

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

background-color css

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

 a { background-color: rgb(248,196,79); }

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

border-color css

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

 span { border-color: rgb(248,196,79); }

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