Html Css Color HEX #FDA130 Lightning Yellow

📋 copy color: '#FDA130'

red 253 ◦ green 161 ◦ blue 48

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

Shades of Lightning Yellow #FDA130

Tints of Lightning Yellow #FDA130

RGB

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

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

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

R = 54.76%
G = 34.85%
B = 10.39%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.81

 K value IS 0.01

RGB Variations

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

Color information

#FDA130 (or 0xFDA130) is known color: Lightning Yellow. HEX triplet: FD, A1 and 30. RGB value is (253,161,48). Sum of RGB (Red+Green+Blue) = 253+161+48=462 (61% of max value = 765). Red value is 253 (99.22% from 255 or 54.76% from 462); Green value is 161 (63.28% from 255 or 34.85% from 462); Blue value is 48 (19.14% from 255 or 10.39% from 462); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA130 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FDA130 is #025ECF. Grayscale: #B0B0B0. Windows color (decimal): -155344 or 3187197. OLE color: 3187197.

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

Color convert

RGB 253 161 48 -
CMYK 0 0.36 0.81 0.01
HSL 33.07º 0.98% 0.59% -
HSV(B) 33.07º 0.81% 0.99% -
XYZ 53.79 46.59 8.95 -
YUV 175.63 55.98 183.19 -
System Red Green Blue C M Y K H S L
Decimal 253 161 48 0 0.36 0.81 0.01 33.07 0.98 0.59
Hex FD A1 30 0 24 51 1 21 62 3B
Octal 375 241 60 0 44 121 1 41 142 73
Binary 11111101 10100001 110000 0 100100 1010001 1 100001 1100010 111011

Color Harmonies of #FDA130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA130

Black with #FDA130

Text Example


Text Example

White with #FDA130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA130; }

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

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

background-color css

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

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

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

border-color css

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

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

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