Html Css Color HEX #FDA030 Lightning Yellow

📋 copy color: '#FDA030'

red 253 ◦ green 160 ◦ blue 48

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

Shades of Lightning Yellow #FDA030

Tints of Lightning Yellow #FDA030

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 10.41%

R = 54.88%
G = 34.71%
B = 10.41%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.81

 K value IS 0.01

RGB Variations

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

Color information

#FDA030 (or 0xFDA030) is known color: Lightning Yellow. HEX triplet: FD, A0 and 30. RGB value is (253,160,48). Sum of RGB (Red+Green+Blue) = 253+160+48=461 (61% of max value = 765). Red value is 253 (99.22% from 255 or 54.88% from 461); Green value is 160 (62.89% from 255 or 34.71% from 461); Blue value is 48 (19.14% from 255 or 10.41% from 461); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA030 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FDA030 is #025FCF. Grayscale: #AFAFAF. Windows color (decimal): -155600 or 3186941. OLE color: 3186941.

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

Color convert

RGB 253 160 48 -
CMYK 0 0.37 0.81 0.01
HSL 32.78º 0.98% 0.59% -
HSV(B) 32.78º 0.81% 0.99% -
XYZ 53.61 46.24 8.9 -
YUV 175.04 56.31 183.61 -
System Red Green Blue C M Y K H S L
Decimal 253 160 48 0 0.37 0.81 0.01 32.78 0.98 0.59
Hex FD A0 30 0 25 51 1 21 62 3B
Octal 375 240 60 0 45 121 1 41 142 73
Binary 11111101 10100000 110000 0 100101 1010001 1 100001 1100010 111011

Color Harmonies of #FDA030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA030

Black with #FDA030

Text Example


Text Example

White with #FDA030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA030; }

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

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

background-color css

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

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

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

border-color css

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

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

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