#FFC334

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

Shades of Sunglow #FFC334

Tints of Sunglow #FFC334

Color information

#FFC334 (or 0xFFC334) is unknown color: approx Sunglow. HEX triplet: FF, C3 and 34. RGB value is (255,195,52). Sum of RGB (Red+Green+Blue) = 255+195+52=502 (66% of max value = 765). Red value is 255 (100% from 255 or 50.80% from 502); Green value is 195 (76.56% from 255 or 38.84% from 502); Blue value is 52 (20.70% from 255 or 10.36% from 502); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC334 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFC334 is #003CCB. Grayscale: #C5C5C5. Windows color (decimal): -15564 or 3458047. OLE color: 3458047.

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

Color convert

RGB25519552-
CMYK00.240.800
HSL42.27º100%60.2%-
HSV(B)42.27º79.61%100%-
XYZ61.3760.5411.7-
YUV196.6446.38169.63-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 50.80%
GREEN value IS 195 (76.56% from 255) = 38.84%
BLUE value IS 52 (20.70% from 255) = 10.36%
R=50.80%
G=38.84%
B=10.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.80
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551955200.240.80042.2710060.2
HexFFC3340185002a643c
Octal3773036403012005214474
Binary1111111111000011110100011000101000001010101100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFC334

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFC334; }

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

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

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

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

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

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

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

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