Html Css Color HEX #F8CA42 Sunglow

📋 copy color: '#F8CA42'

red 248 ◦ green 202 ◦ blue 66

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

Shades of Sunglow #F8CA42

Tints of Sunglow #F8CA42

RGB

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

 GREEN value IS 202 (79.3% from 255) = 39.15%

 BLUE value IS 66 (26.17% from 255) = 12.79%

R = 48.06%
G = 39.15%
B = 12.79%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.73

 K value IS 0.03

RGB Variations

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

Color information

#F8CA42 (or 0xF8CA42) is known color: Sunglow. HEX triplet: F8, CA and 42. RGB value is (248,202,66). Sum of RGB (Red+Green+Blue) = 248+202+66=516 (68% of max value = 765). Red value is 248 (97.27% from 255 or 48.06% from 516); Green value is 202 (79.30% from 255 or 39.15% from 516); Blue value is 66 (26.17% from 255 or 12.79% from 516); Max value from RGB is 248 - color contains mainly: red. Hex color #F8CA42 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F8CA42 is #0735BD. Grayscale: #C8C8C8. Windows color (decimal): -472510 or 4377336. OLE color: 4377336.

HSL color Cylindrical-coordinate representation of color #F8CA42: hue angle of 44.84º degrees, saturation: 0.93, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F8CA42 is Cyan = 0, Magento = 0.19, Yellow = 0.73 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 202 66 -
CMYK 0 0.19 0.73 0.03
HSL 44.84º 0.93% 0.62% -
HSV(B) 44.84º 0.73% 0.97% -
XYZ 60.82 62.59 14.03 -
YUV 200.25 52.24 162.06 -
System Red Green Blue C M Y K H S L
Decimal 248 202 66 0 0.19 0.73 0.03 44.84 0.93 0.62
Hex F8 CA 42 0 13 49 3 2D 5D 3E
Octal 370 312 102 0 23 111 3 55 135 76
Binary 11111000 11001010 1000010 0 10011 1001001 11 101101 1011101 111110

Color Harmonies of #F8CA42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8CA42

Black with #F8CA42

Text Example


Text Example

White with #F8CA42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8CA42; }

 p { color: rgb(248,202,66); }

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

background-color css

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

 a { background-color: rgb(248,202,66); }

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

border-color css

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

 span { border-color: rgb(248,202,66); }

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