Html Css Color HEX #FDA925 Lightning Yellow

📋 copy color: '#FDA925'

red 253 ◦ green 169 ◦ blue 37

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

Shades of Lightning Yellow #FDA925

Tints of Lightning Yellow #FDA925

RGB

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

 GREEN value IS 169 (66.41% from 255) = 36.82%

 BLUE value IS 37 (14.84% from 255) = 8.06%

R = 55.12%
G = 36.82%
B = 8.06%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.85

 K value IS 0.01

RGB Variations

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

Color information

#FDA925 (or 0xFDA925) is known color: Lightning Yellow. HEX triplet: FD, A9 and 25. RGB value is (253,169,37). Sum of RGB (Red+Green+Blue) = 253+169+37=459 (60% of max value = 765). Red value is 253 (99.22% from 255 or 55.12% from 459); Green value is 169 (66.41% from 255 or 36.82% from 459); Blue value is 37 (14.84% from 255 or 8.06% from 459); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA925 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FDA925 is #0256DA. Grayscale: #B3B3B3. Windows color (decimal): -153307 or 2468349. OLE color: 2468349.

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

Color convert

RGB 253 169 37 -
CMYK 0 0.33 0.85 0.01
HSL 36.67º 0.98% 0.57% -
HSV(B) 36.67º 0.85% 0.99% -
XYZ 55.03 49.39 8.38 -
YUV 179.07 47.83 180.73 -
System Red Green Blue C M Y K H S L
Decimal 253 169 37 0 0.33 0.85 0.01 36.67 0.98 0.57
Hex FD A9 25 0 21 55 1 25 62 39
Octal 375 251 45 0 41 125 1 45 142 71
Binary 11111101 10101001 100101 0 100001 1010101 1 100101 1100010 111001

Color Harmonies of #FDA925

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA925

Black with #FDA925

Text Example


Text Example

White with #FDA925

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA925; }

 p { color: rgb(253,169,37); }

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

background-color css

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

 a { background-color: rgb(253,169,37); }

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

border-color css

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

 span { border-color: rgb(253,169,37); }

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