#FD9E23

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

Shades of Lightning Yellow #FD9E23

Tints of Lightning Yellow #FD9E23

Color information

#FD9E23 (or 0xFD9E23) is unknown color: approx Lightning Yellow. HEX triplet: FD, 9E and 23. RGB value is (253,158,35). Sum of RGB (Red+Green+Blue) = 253+158+35=446 (59% of max value = 765). Red value is 253 (99.22% from 255 or 56.73% from 446); Green value is 158 (62.11% from 255 or 35.43% from 446); Blue value is 35 (14.06% from 255 or 7.85% from 446); Max value from RGB is 253 - color contains mainly: red. Hex color #FD9E23 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FD9E23 is #0261DC. Grayscale: #ACACAC. Windows color (decimal): -156125 or 2334461. OLE color: 2334461.

HSL color Cylindrical-coordinate representation of color #FD9E23: hue angle of 33.85º degrees, saturation: 0.98, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #FD9E23 is Cyan = 0, Magento = 0.38, Yellow = 0.86 and Black (K on CMYK) = 0.01.

Color convert

RGB25315835-
CMYK00.380.860.01
HSL33.85º98.2%56.47%-
HSV(B)33.85º86.17%99.22%-
XYZ53.0445.467.57-
YUV172.3850.47185.5-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 56.73%
GREEN value IS 158 (62.11% from 255) = 35.43%
BLUE value IS 35 (14.06% from 255) = 7.85%
R=56.73%
G=35.43%
B=7.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.86
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2531583500.380.860.0133.8598.256.47
HexFD9E23026561226238
Octal3752364304612614214270
Binary11111101100111101000110100110101011011000101100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD9E23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD9E23; }

 p { color: rgb(253,158,35); }

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

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

 a { background-color: rgb(253,158,35); }

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

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

 span { border-color: rgb(253,158,35); }

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