Html Css Color HEX #FDA126 Lightning Yellow

📋 copy color: '#FDA126'

red 253 ◦ green 161 ◦ blue 38

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

Shades of Lightning Yellow #FDA126

Tints of Lightning Yellow #FDA126

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 8.41%

R = 55.97%
G = 35.62%
B = 8.41%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.85

 K value IS 0.01

RGB Variations

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

Color information

#FDA126 (or 0xFDA126) is known color: Lightning Yellow. HEX triplet: FD, A1 and 26. RGB value is (253,161,38). Sum of RGB (Red+Green+Blue) = 253+161+38=452 (59% of max value = 765). Red value is 253 (99.22% from 255 or 55.97% from 452); Green value is 161 (63.28% from 255 or 35.62% from 452); Blue value is 38 (15.23% from 255 or 8.41% from 452); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA126 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FDA126 is #025ED9. Grayscale: #AFAFAF. Windows color (decimal): -155354 or 2531837. OLE color: 2531837.

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

Color convert

RGB 253 161 38 -
CMYK 0 0.36 0.85 0.01
HSL 34.33º 0.98% 0.57% -
HSV(B) 34.33º 0.85% 0.99% -
XYZ 53.6 46.51 7.99 -
YUV 174.49 50.98 184 -
System Red Green Blue C M Y K H S L
Decimal 253 161 38 0 0.36 0.85 0.01 34.33 0.98 0.57
Hex FD A1 26 0 24 55 1 22 62 39
Octal 375 241 46 0 44 125 1 42 142 71
Binary 11111101 10100001 100110 0 100100 1010101 1 100010 1100010 111001

Color Harmonies of #FDA126

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA126

Black with #FDA126

Text Example


Text Example

White with #FDA126

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA126; }

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

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

background-color css

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

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

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

border-color css

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

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

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