Html Css Color HEX #FDA02A Lightning Yellow

📋 copy color: '#FDA02A'

red 253 ◦ green 160 ◦ blue 42

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

Shades of Lightning Yellow #FDA02A

Tints of Lightning Yellow #FDA02A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 9.23%

R = 55.6%
G = 35.16%
B = 9.23%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.83

 K value IS 0.01

RGB Variations

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

Color information

#FDA02A (or 0xFDA02A) is known color: Lightning Yellow. HEX triplet: FD, A0 and 2A. RGB value is (253,160,42). Sum of RGB (Red+Green+Blue) = 253+160+42=455 (60% of max value = 765). Red value is 253 (99.22% from 255 or 55.60% from 455); Green value is 160 (62.89% from 255 or 35.16% from 455); Blue value is 42 (16.80% from 255 or 9.23% from 455); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA02A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FDA02A is #025FD5. Grayscale: #AEAEAE. Windows color (decimal): -155606 or 2793725. OLE color: 2793725.

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

Color convert

RGB 253 160 42 -
CMYK 0 0.37 0.83 0.01
HSL 33.55º 0.98% 0.58% -
HSV(B) 33.55º 0.83% 0.99% -
XYZ 53.5 46.19 8.29 -
YUV 174.36 53.31 184.09 -
System Red Green Blue C M Y K H S L
Decimal 253 160 42 0 0.37 0.83 0.01 33.55 0.98 0.58
Hex FD A0 2A 0 25 53 1 22 62 3A
Octal 375 240 52 0 45 123 1 42 142 72
Binary 11111101 10100000 101010 0 100101 1010011 1 100010 1100010 111010

Color Harmonies of #FDA02A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA02A

Black with #FDA02A

Text Example


Text Example

White with #FDA02A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA02A; }

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

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

background-color css

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

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

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

border-color css

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

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

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