Html Css Color HEX #F8C24D Golden Tainoi

📋 copy color: '#F8C24D'

red 248 ◦ green 194 ◦ blue 77

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

Shades of Golden Tainoi #F8C24D

Tints of Golden Tainoi #F8C24D

RGB

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

 GREEN value IS 194 (76.17% from 255) = 37.38%

 BLUE value IS 77 (30.47% from 255) = 14.84%

R = 47.78%
G = 37.38%
B = 14.84%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.69

 K value IS 0.03

RGB Variations

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

Color information

#F8C24D (or 0xF8C24D) is known color: Golden Tainoi. HEX triplet: F8, C2 and 4D. RGB value is (248,194,77). Sum of RGB (Red+Green+Blue) = 248+194+77=519 (68% of max value = 765). Red value is 248 (97.27% from 255 or 47.78% from 519); Green value is 194 (76.17% from 255 or 37.38% from 519); Blue value is 77 (30.47% from 255 or 14.84% from 519); Max value from RGB is 248 - color contains mainly: red. Hex color #F8C24D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F8C24D is #073DB2. Grayscale: #C5C5C5. Windows color (decimal): -474547 or 5096184. OLE color: 5096184.

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

Color convert

RGB 248 194 77 -
CMYK 0 0.22 0.69 0.03
HSL 41.05º 0.92% 0.64% -
HSV(B) 41.05º 0.69% 0.97% -
XYZ 59.34 59.08 15.3 -
YUV 196.81 60.39 164.51 -
System Red Green Blue C M Y K H S L
Decimal 248 194 77 0 0.22 0.69 0.03 41.05 0.92 0.64
Hex F8 C2 4D 0 16 45 3 29 5C 40
Octal 370 302 115 0 26 105 3 51 134 100
Binary 11111000 11000010 1001101 0 10110 1000101 11 101001 1011100 1000000

Color Harmonies of #F8C24D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8C24D

Black with #F8C24D

Text Example


Text Example

White with #F8C24D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8C24D; }

 p { color: rgb(248,194,77); }

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

background-color css

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

 a { background-color: rgb(248,194,77); }

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

border-color css

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

 span { border-color: rgb(248,194,77); }

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