#FFC331

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

Shades of Sunglow #FFC331

Tints of Sunglow #FFC331

Color information

#FFC331 (or 0xFFC331) is unknown color: approx Sunglow. HEX triplet: FF, C3 and 31. RGB value is (255,195,49). Sum of RGB (Red+Green+Blue) = 255+195+49=499 (66% of max value = 765). Red value is 255 (100% from 255 or 51.10% from 499); Green value is 195 (76.56% from 255 or 39.08% from 499); Blue value is 49 (19.53% from 255 or 9.82% from 499); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC331 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFC331 is #003CCE. Grayscale: #C4C4C4. Windows color (decimal): -15567 or 3261439. OLE color: 3261439.

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

Color convert

RGB25519549-
CMYK00.240.810
HSL42.52º100%59.61%-
HSV(B)42.52º80.78%100%-
XYZ61.3160.5111.35-
YUV196.344.88169.87-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 51.10%
GREEN value IS 195 (76.56% from 255) = 39.08%
BLUE value IS 49 (19.53% from 255) = 9.82%
R=51.10%
G=39.08%
B=9.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.81
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551954900.240.81042.5210059.61
HexFFC3310185102b643c
Octal3773036103012105314474
Binary1111111111000011110001011000101000101010111100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFC331

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFC331; }

 p { color: rgb(255,195,49); }

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

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

 a { background-color: rgb(255,195,49); }

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

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

 span { border-color: rgb(255,195,49); }

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