#FFC132

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

Shades of Sunglow #FFC132

Tints of Sunglow #FFC132

Color information

#FFC132 (or 0xFFC132) is unknown color: approx Sunglow. HEX triplet: FF, C1 and 32. RGB value is (255,193,50). Sum of RGB (Red+Green+Blue) = 255+193+50=498 (65% of max value = 765). Red value is 255 (100% from 255 or 51.20% from 498); Green value is 193 (75.78% from 255 or 38.76% from 498); Blue value is 50 (19.92% from 255 or 10.04% from 498); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC132 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFC132 is #003ECD. Grayscale: #C3C3C3. Windows color (decimal): -16078 or 3326463. OLE color: 3326463.

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

Color convert

RGB25519350-
CMYK00.240.800
HSL41.85º100%59.8%-
HSV(B)41.85º80.39%100%-
XYZ60.8959.6311.32-
YUV195.2446.04170.63-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 51.20%
GREEN value IS 193 (75.78% from 255) = 38.76%
BLUE value IS 50 (19.92% from 255) = 10.04%
R=51.20%
G=38.76%
B=10.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.80
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551935000.240.80041.8510059.8
HexFFC1320185002a643c
Octal3773016203012005214474
Binary1111111111000001110010011000101000001010101100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFC132

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFC132; }

 p { color: rgb(255,193,50); }

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

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

 a { background-color: rgb(255,193,50); }

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

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

 span { border-color: rgb(255,193,50); }

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