Html Css Color HEX #FDAA2D Lightning Yellow

📋 copy color: '#FDAA2D'

red 253 ◦ green 170 ◦ blue 45

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

Shades of Lightning Yellow #FDAA2D

Tints of Lightning Yellow #FDAA2D

RGB

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

 GREEN value IS 170 (66.8% from 255) = 36.32%

 BLUE value IS 45 (17.97% from 255) = 9.62%

R = 54.06%
G = 36.32%
B = 9.62%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.82

 K value IS 0.01

RGB Variations

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

Color information

#FDAA2D (or 0xFDAA2D) is known color: Lightning Yellow. HEX triplet: FD, AA and 2D. RGB value is (253,170,45). Sum of RGB (Red+Green+Blue) = 253+170+45=468 (61% of max value = 765). Red value is 253 (99.22% from 255 or 54.06% from 468); Green value is 170 (66.80% from 255 or 36.32% from 468); Blue value is 45 (17.97% from 255 or 9.62% from 468); Max value from RGB is 253 - color contains mainly: red. Hex color #FDAA2D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FDAA2D is #0255D2. Grayscale: #B5B5B5. Windows color (decimal): -153043 or 2992893. OLE color: 2992893.

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

Color convert

RGB 253 170 45 -
CMYK 0 0.33 0.82 0.01
HSL 36.06º 0.98% 0.58% -
HSV(B) 36.06º 0.82% 0.99% -
XYZ 55.36 49.82 9.18 -
YUV 180.57 51.5 179.66 -
System Red Green Blue C M Y K H S L
Decimal 253 170 45 0 0.33 0.82 0.01 36.06 0.98 0.58
Hex FD AA 2D 0 21 52 1 24 62 3A
Octal 375 252 55 0 41 122 1 44 142 72
Binary 11111101 10101010 101101 0 100001 1010010 1 100100 1100010 111010

Color Harmonies of #FDAA2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDAA2D

Black with #FDAA2D

Text Example


Text Example

White with #FDAA2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDAA2D; }

 p { color: rgb(253,170,45); }

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

background-color css

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

 a { background-color: rgb(253,170,45); }

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

border-color css

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

 span { border-color: rgb(253,170,45); }

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