Html Css Color HEX #FDA122 Lightning Yellow

📋 copy color: '#FDA122'

red 253 ◦ green 161 ◦ blue 34

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

Shades of Lightning Yellow #FDA122

Tints of Lightning Yellow #FDA122

RGB

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

 GREEN value IS 161 (63.28% from 255) = 35.94%

 BLUE value IS 34 (13.67% from 255) = 7.59%

R = 56.47%
G = 35.94%
B = 7.59%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.87

 K value IS 0.01

RGB Variations

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

Color information

#FDA122 (or 0xFDA122) is known color: Lightning Yellow. HEX triplet: FD, A1 and 22. RGB value is (253,161,34). Sum of RGB (Red+Green+Blue) = 253+161+34=448 (59% of max value = 765). Red value is 253 (99.22% from 255 or 56.47% from 448); Green value is 161 (63.28% from 255 or 35.94% from 448); Blue value is 34 (13.67% from 255 or 7.59% from 448); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA122 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FDA122 is #025EDD. Grayscale: #AEAEAE. Windows color (decimal): -155358 or 2269693. OLE color: 2269693.

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

Color convert

RGB 253 161 34 -
CMYK 0 0.36 0.87 0.01
HSL 34.79º 0.98% 0.56% -
HSV(B) 34.79º 0.87% 0.99% -
XYZ 53.54 46.49 7.66 -
YUV 174.03 48.98 184.33 -
System Red Green Blue C M Y K H S L
Decimal 253 161 34 0 0.36 0.87 0.01 34.79 0.98 0.56
Hex FD A1 22 0 24 57 1 23 62 38
Octal 375 241 42 0 44 127 1 43 142 70
Binary 11111101 10100001 100010 0 100100 1010111 1 100011 1100010 111000

Color Harmonies of #FDA122

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA122

Black with #FDA122

Text Example


Text Example

White with #FDA122

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA122; }

 p { color: rgb(253,161,34); }

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

background-color css

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

 a { background-color: rgb(253,161,34); }

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

border-color css

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

 span { border-color: rgb(253,161,34); }

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