Html Css Color HEX #FDA136 Lightning Yellow

📋 copy color: '#FDA136'

red 253 ◦ green 161 ◦ blue 54

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

Shades of Lightning Yellow #FDA136

Tints of Lightning Yellow #FDA136

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 11.54%

R = 54.06%
G = 34.4%
B = 11.54%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.79

 K value IS 0.01

RGB Variations

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

Color information

#FDA136 (or 0xFDA136) is known color: Lightning Yellow. HEX triplet: FD, A1 and 36. RGB value is (253,161,54). Sum of RGB (Red+Green+Blue) = 253+161+54=468 (61% of max value = 765). Red value is 253 (99.22% from 255 or 54.06% from 468); Green value is 161 (63.28% from 255 or 34.40% from 468); Blue value is 54 (21.48% from 255 or 11.54% from 468); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA136 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FDA136 is #025EC9. Grayscale: #B0B0B0. Windows color (decimal): -155338 or 3580413. OLE color: 3580413.

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

Color convert

RGB 253 161 54 -
CMYK 0 0.36 0.79 0.01
HSL 32.26º 0.98% 0.6% -
HSV(B) 32.26º 0.79% 0.99% -
XYZ 53.92 46.64 9.65 -
YUV 176.31 58.98 182.7 -
System Red Green Blue C M Y K H S L
Decimal 253 161 54 0 0.36 0.79 0.01 32.26 0.98 0.6
Hex FD A1 36 0 24 4F 1 20 62 3C
Octal 375 241 66 0 44 117 1 40 142 74
Binary 11111101 10100001 110110 0 100100 1001111 1 100000 1100010 111100

Color Harmonies of #FDA136

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA136

Black with #FDA136

Text Example


Text Example

White with #FDA136

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA136; }

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

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

background-color css

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

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

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

border-color css

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

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

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