Html Css Color HEX #FFA925 Lightning Yellow

📋 copy color: '#FFA925'

red 255 ◦ green 169 ◦ blue 37

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

Shades of Lightning Yellow #FFA925

Tints of Lightning Yellow #FFA925

RGB

 RED value IS 255 (100% from 255) = 55.31%

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

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

R = 55.31%
G = 36.66%
B = 8.03%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.85

 K value IS 0

RGB Variations

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

Color information

#FFA925 (or 0xFFA925) is known color: Lightning Yellow. HEX triplet: FF, A9 and 25. RGB value is (255,169,37). Sum of RGB (Red+Green+Blue) = 255+169+37=461 (61% of max value = 765). Red value is 255 (100% from 255 or 55.31% from 461); Green value is 169 (66.41% from 255 or 36.66% from 461); Blue value is 37 (14.84% from 255 or 8.03% from 461); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA925 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FFA925 is #0056DA. Grayscale: #B4B4B4. Windows color (decimal): -22235 or 2468351. OLE color: 2468351.

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

Color convert

RGB 255 169 37 -
CMYK 0 0.34 0.85 0
HSL 36.33º 1% 0.57% -
HSV(B) 36.33º 0.85% 1% -
XYZ 55.76 49.77 8.42 -
YUV 179.67 47.49 181.73 -
System Red Green Blue C M Y K H S L
Decimal 255 169 37 0 0.34 0.85 0 36.33 1 0.57
Hex FF A9 25 0 22 55 0 24 64 39
Octal 377 251 45 0 42 125 0 44 144 71
Binary 11111111 10101001 100101 0 100010 1010101 0 100100 1100100 111001

Color Harmonies of #FFA925

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFA925

Black with #FFA925

Text Example


Text Example

White with #FFA925

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFA925; }

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

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

background-color css

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

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

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

border-color css

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

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

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