#FFA233

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

Shades of Lightning Yellow #FFA233

Tints of Lightning Yellow #FFA233

Color information

#FFA233 (or 0xFFA233) is unknown color: approx Lightning Yellow. HEX triplet: FF, A2 and 33. RGB value is (255,162,51). Sum of RGB (Red+Green+Blue) = 255+162+51=468 (61% of max value = 765). Red value is 255 (100% from 255 or 54.49% from 468); Green value is 162 (63.67% from 255 or 34.62% from 468); Blue value is 51 (20.31% from 255 or 10.90% from 468); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA233 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FFA233 is #005DCC. Grayscale: #B1B1B1. Windows color (decimal): -24013 or 3384063. OLE color: 3384063.

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

Color convert

RGB25516251-
CMYK00.360.80
HSL32.65º100%60%-
HSV(B)32.65º80%100%-
XYZ54.7647.349.38-
YUV177.1556.81183.53-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 54.49%
GREEN value IS 162 (63.67% from 255) = 34.62%
BLUE value IS 51 (20.31% from 255) = 10.90%
R=54.49%
G=34.62%
B=10.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.8
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551625100.360.8032.6510060
HexFFA23302450021643c
Octal3772426304412004114474
Binary11111111101000101100110100100101000001000011100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFA233

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFA233; }

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

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

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

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

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

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

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

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