#FFC233

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

Shades of Sunglow #FFC233

Tints of Sunglow #FFC233

Color information

#FFC233 (or 0xFFC233) is unknown color: approx Sunglow. HEX triplet: FF, C2 and 33. RGB value is (255,194,51). Sum of RGB (Red+Green+Blue) = 255+194+51=500 (66% of max value = 765). Red value is 255 (100% from 255 or 51% from 500); Green value is 194 (76.17% from 255 or 38.8% from 500); Blue value is 51 (20.31% from 255 or 10.2% from 500); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC233 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFC233 is #003DCC. Grayscale: #C4C4C4. Windows color (decimal): -15821 or 3392255. OLE color: 3392255.

HSL color Cylindrical-coordinate representation of color #FFC233: hue angle of 42.06º 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 #FFC233 is Cyan = 0, Magento = 0.24, Yellow = 0.8 and Black (K on CMYK) = 0.

Color convert

RGB25519451-
CMYK00.240.80
HSL42.06º100%60%-
HSV(B)42.06º80%100%-
XYZ61.1360.0811.51-
YUV195.9446.21170.13-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 51%
GREEN value IS 194 (76.17% from 255) = 38.8%
BLUE value IS 51 (20.31% from 255) = 10.2%
R=51%
G=38.8%
B=10.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.8
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551945100.240.8042.0610060
HexFFC2330185002a643c
Octal3773026303012005214474
Binary1111111111000010110011011000101000001010101100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFC233

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFC233; }

 p { color: rgb(255,194,51); }

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

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

 a { background-color: rgb(255,194,51); }

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

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

 span { border-color: rgb(255,194,51); }

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