#FFC434

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

Shades of Sunglow #FFC434

Tints of Sunglow #FFC434

Color information

#FFC434 (or 0xFFC434) is unknown color: approx Sunglow. HEX triplet: FF, C4 and 34. RGB value is (255,196,52). Sum of RGB (Red+Green+Blue) = 255+196+52=503 (66% of max value = 765). Red value is 255 (100% from 255 or 50.70% from 503); Green value is 196 (76.95% from 255 or 38.97% from 503); Blue value is 52 (20.70% from 255 or 10.34% from 503); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC434 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFC434 is #003BCB. Grayscale: #C5C5C5. Windows color (decimal): -15308 or 3458303. OLE color: 3458303.

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

Color convert

RGB25519652-
CMYK00.230.800
HSL42.56º100%60.2%-
HSV(B)42.56º79.61%100%-
XYZ61.660.9911.77-
YUV197.2246.05169.21-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 50.70%
GREEN value IS 196 (76.95% from 255) = 38.97%
BLUE value IS 52 (20.70% from 255) = 10.34%
R=50.70%
G=38.97%
B=10.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.80
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551965200.230.80042.5610060.2
HexFFC4340175002b643c
Octal3773046402712005314474
Binary1111111111000100110100010111101000001010111100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFC434

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFC434; }

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

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

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

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

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

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

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

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