#FDA035

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

Shades of Lightning Yellow #FDA035

Tints of Lightning Yellow #FDA035

Color information

#FDA035 (or 0xFDA035) is unknown color: approx Lightning Yellow. HEX triplet: FD, A0 and 35. RGB value is (253,160,53). Sum of RGB (Red+Green+Blue) = 253+160+53=466 (61% of max value = 765). Red value is 253 (99.22% from 255 or 54.29% from 466); Green value is 160 (62.89% from 255 or 34.33% from 466); Blue value is 53 (21.09% from 255 or 11.37% from 466); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA035 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FDA035 is #025FCA. Grayscale: #B0B0B0. Windows color (decimal): -155595 or 3514621. OLE color: 3514621.

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

Color convert

RGB25316053-
CMYK00.370.790.01
HSL32.1º98.04%60%-
HSV(B)32.1º79.05%99.22%-
XYZ53.7246.289.47-
YUV175.6158.81183.2-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 54.29%
GREEN value IS 160 (62.89% from 255) = 34.33%
BLUE value IS 53 (21.09% from 255) = 11.37%
R=54.29%
G=34.33%
B=11.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.79
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2531605300.370.790.0132.198.0460
HexFDA0350254F120623c
Octal3752406504511714014274
Binary11111101101000001101010100101100111111000001100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDA035

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDA035; }

 p { color: rgb(253,160,53); }

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

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

 a { background-color: rgb(253,160,53); }

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

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

 span { border-color: rgb(253,160,53); }

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