Html Css Color HEX #FDA225 Lightning Yellow

📋 copy color: '#FDA225'

red 253 ◦ green 162 ◦ blue 37

#FDA225
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lightning Yellow #FDA225

Tints of Lightning Yellow #FDA225

RGB

 RED value IS 253 (99.22% from 255) = 55.97%

 GREEN value IS 162 (63.67% from 255) = 35.84%

 BLUE value IS 37 (14.84% from 255) = 8.19%

R = 55.97%
G = 35.84%
B = 8.19%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.85

 K value IS 0.01

RGB Variations

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

Color information

#FDA225 (or 0xFDA225) is known color: Lightning Yellow. HEX triplet: FD, A2 and 25. RGB value is (253,162,37). Sum of RGB (Red+Green+Blue) = 253+162+37=452 (59% of max value = 765). Red value is 253 (99.22% from 255 or 55.97% from 452); Green value is 162 (63.67% from 255 or 35.84% from 452); Blue value is 37 (14.84% from 255 or 8.19% from 452); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA225 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FDA225 is #025DDA. Grayscale: #AFAFAF. Windows color (decimal): -155099 or 2466557. OLE color: 2466557.

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

Color convert

RGB 253 162 37 -
CMYK 0 0.36 0.85 0.01
HSL 34.72º 0.98% 0.57% -
HSV(B) 34.72º 0.85% 0.99% -
XYZ 53.76 46.86 7.96 -
YUV 174.96 50.15 183.66 -
System Red Green Blue C M Y K H S L
Decimal 253 162 37 0 0.36 0.85 0.01 34.72 0.98 0.57
Hex FD A2 25 0 24 55 1 23 62 39
Octal 375 242 45 0 44 125 1 43 142 71
Binary 11111101 10100010 100101 0 100100 1010101 1 100011 1100010 111001

Color Harmonies of #FDA225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA225

Black with #FDA225

Text Example


Text Example

White with #FDA225

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA225; }

 p { color: rgb(253,162,37); }

 H1.HeaderClassName
 {
   color: #FDA225;
 }
 .AnyTagClassName
 {
   color: #FDA225;
 }
</style>

background-color css

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

 a { background-color: rgb(253,162,37); }

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

border-color css

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

 span { border-color: rgb(253,162,37); }

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