Html Css Color HEX #FDAA2F Lightning Yellow

📋 copy color: '#FDAA2F'

red 253 ◦ green 170 ◦ blue 47

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

Shades of Lightning Yellow #FDAA2F

Tints of Lightning Yellow #FDAA2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 10%

R = 53.83%
G = 36.17%
B = 10%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.81

 K value IS 0.01

RGB Variations

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

Color information

#FDAA2F (or 0xFDAA2F) is known color: Lightning Yellow. HEX triplet: FD, AA and 2F. RGB value is (253,170,47). Sum of RGB (Red+Green+Blue) = 253+170+47=470 (62% of max value = 765). Red value is 253 (99.22% from 255 or 53.83% from 470); Green value is 170 (66.80% from 255 or 36.17% from 470); Blue value is 47 (18.75% from 255 or 10% from 470); Max value from RGB is 253 - color contains mainly: red. Hex color #FDAA2F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FDAA2F is #0255D0. Grayscale: #B5B5B5. Windows color (decimal): -153041 or 3123965. OLE color: 3123965.

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

Color convert

RGB 253 170 47 -
CMYK 0 0.33 0.81 0.01
HSL 35.83º 0.98% 0.59% -
HSV(B) 35.83º 0.81% 0.99% -
XYZ 55.4 49.84 9.39 -
YUV 180.8 52.5 179.5 -
System Red Green Blue C M Y K H S L
Decimal 253 170 47 0 0.33 0.81 0.01 35.83 0.98 0.59
Hex FD AA 2F 0 21 51 1 24 62 3B
Octal 375 252 57 0 41 121 1 44 142 73
Binary 11111101 10101010 101111 0 100001 1010001 1 100100 1100010 111011

Color Harmonies of #FDAA2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDAA2F

Black with #FDAA2F

Text Example


Text Example

White with #FDAA2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDAA2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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