Html Css Color HEX #FDA022 Lightning Yellow

📋 copy color: '#FDA022'

red 253 ◦ green 160 ◦ blue 34

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

Shades of Lightning Yellow #FDA022

Tints of Lightning Yellow #FDA022

RGB

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

 GREEN value IS 160 (62.89% from 255) = 35.79%

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

R = 56.6%
G = 35.79%
B = 7.61%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.87

 K value IS 0.01

RGB Variations

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

Color information

#FDA022 (or 0xFDA022) is known color: Lightning Yellow. HEX triplet: FD, A0 and 22. RGB value is (253,160,34). Sum of RGB (Red+Green+Blue) = 253+160+34=447 (59% of max value = 765). Red value is 253 (99.22% from 255 or 56.60% from 447); Green value is 160 (62.89% from 255 or 35.79% from 447); Blue value is 34 (13.67% from 255 or 7.61% from 447); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA022 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FDA022 is #025FDD. Grayscale: #AEAEAE. Windows color (decimal): -155614 or 2269437. OLE color: 2269437.

HSL color Cylindrical-coordinate representation of color #FDA022: hue angle of 34.52º 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 #FDA022 is Cyan = 0, Magento = 0.37, Yellow = 0.87 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 160 34 -
CMYK 0 0.37 0.87 0.01
HSL 34.52º 0.98% 0.56% -
HSV(B) 34.52º 0.87% 0.99% -
XYZ 53.37 46.14 7.61 -
YUV 173.44 49.31 184.75 -
System Red Green Blue C M Y K H S L
Decimal 253 160 34 0 0.37 0.87 0.01 34.52 0.98 0.56
Hex FD A0 22 0 25 57 1 23 62 38
Octal 375 240 42 0 45 127 1 43 142 70
Binary 11111101 10100000 100010 0 100101 1010111 1 100011 1100010 111000

Color Harmonies of #FDA022

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA022

Black with #FDA022

Text Example


Text Example

White with #FDA022

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA022; }

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

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

background-color css

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

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

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

border-color css

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

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

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