Html Css Color HEX #FDA224 Lightning Yellow

📋 copy color: '#FDA224'

red 253 ◦ green 162 ◦ blue 36

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

Shades of Lightning Yellow #FDA224

Tints of Lightning Yellow #FDA224

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 7.98%

R = 56.1%
G = 35.92%
B = 7.98%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.86

 K value IS 0.01

RGB Variations

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

Color information

#FDA224 (or 0xFDA224) is known color: Lightning Yellow. HEX triplet: FD, A2 and 24. RGB value is (253,162,36). Sum of RGB (Red+Green+Blue) = 253+162+36=451 (59% of max value = 765). Red value is 253 (99.22% from 255 or 56.10% from 451); Green value is 162 (63.67% from 255 or 35.92% from 451); Blue value is 36 (14.45% from 255 or 7.98% from 451); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA224 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FDA224 is #025DDB. Grayscale: #AFAFAF. Windows color (decimal): -155100 or 2401021. OLE color: 2401021.

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

Color convert

RGB 253 162 36 -
CMYK 0 0.36 0.86 0.01
HSL 34.84º 0.98% 0.57% -
HSV(B) 34.84º 0.86% 0.99% -
XYZ 53.75 46.85 7.88 -
YUV 174.85 49.65 183.75 -
System Red Green Blue C M Y K H S L
Decimal 253 162 36 0 0.36 0.86 0.01 34.84 0.98 0.57
Hex FD A2 24 0 24 56 1 23 62 39
Octal 375 242 44 0 44 126 1 43 142 71
Binary 11111101 10100010 100100 0 100100 1010110 1 100011 1100010 111001

Color Harmonies of #FDA224

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA224

Black with #FDA224

Text Example


Text Example

White with #FDA224

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA224; }

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

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

background-color css

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

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

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

border-color css

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

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

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