#FFC42C

Color #FFC42C Sunglow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sunglow #FFC42C

Tints of Sunglow #FFC42C

Color information

#FFC42C (or 0xFFC42C) is unknown color: approx Sunglow. HEX triplet: FF, C4 and 2C. RGB value is (255,196,44). Sum of RGB (Red+Green+Blue) = 255+196+44=495 (65% of max value = 765). Red value is 255 (100% from 255 or 51.52% from 495); Green value is 196 (76.95% from 255 or 39.60% from 495); Blue value is 44 (17.58% from 255 or 8.89% from 495); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC42C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFC42C is #003BD3. Grayscale: #C4C4C4. Windows color (decimal): -15316 or 2934015. OLE color: 2934015.

HSL color Cylindrical-coordinate representation of color #FFC42C: hue angle of 43.22º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FFC42C is Cyan = 0, Magento = 0.23, Yellow = 0.83 and Black (K on CMYK) = 0.

Color convert

RGB25519644-
CMYK00.230.830
HSL43.22º100%58.63%-
HSV(B)43.22º82.75%100%-
XYZ61.4360.9210.9-
YUV196.3142.05169.86-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 51.52%
GREEN value IS 196 (76.95% from 255) = 39.60%
BLUE value IS 44 (17.58% from 255) = 8.89%
R=51.52%
G=39.60%
B=8.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.83
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551964400.230.83043.2210058.63
HexFFC42C0175302b643b
Octal3773045402712305314473
Binary1111111111000100101100010111101001101010111100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFC42C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFC42C; }

 p { color: rgb(255,196,44); }

 H1.HeaderClassName
 {
   color: #FFC42C;
 }
 .AnyTagClassName
 {
   color: #FFC42C;
 }
</style>
background-color css

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

 a { background-color: rgb(255,196,44); }

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

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

 span { border-color: rgb(255,196,44); }

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