#FFC234

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

Shades of Sunglow #FFC234

Tints of Sunglow #FFC234

Color information

#FFC234 (or 0xFFC234) is unknown color: approx Sunglow. HEX triplet: FF, C2 and 34. RGB value is (255,194,52). Sum of RGB (Red+Green+Blue) = 255+194+52=501 (66% of max value = 765). Red value is 255 (100% from 255 or 50.90% from 501); Green value is 194 (76.17% from 255 or 38.72% from 501); Blue value is 52 (20.70% from 255 or 10.38% from 501); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC234 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFC234 is #003DCB. Grayscale: #C4C4C4. Windows color (decimal): -15820 or 3457791. OLE color: 3457791.

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

Color convert

RGB25519452-
CMYK00.240.800
HSL41.97º100%60.2%-
HSV(B)41.97º79.61%100%-
XYZ61.1560.0911.62-
YUV196.0546.71170.05-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 50.90%
GREEN value IS 194 (76.17% from 255) = 38.72%
BLUE value IS 52 (20.70% from 255) = 10.38%
R=50.90%
G=38.72%
B=10.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.80
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551945200.240.80041.9710060.2
HexFFC2340185002a643c
Octal3773026403012005214474
Binary1111111111000010110100011000101000001010101100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFC234

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFC234; }

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

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

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

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

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

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

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

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