Html Css Color HEX #FFA825 Lightning Yellow

📋 copy color: '#FFA825'

red 255 ◦ green 168 ◦ blue 37

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

Shades of Lightning Yellow #FFA825

Tints of Lightning Yellow #FFA825

RGB

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

 GREEN value IS 168 (66.02% from 255) = 36.52%

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

R = 55.43%
G = 36.52%
B = 8.04%

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

#FFA825 (or 0xFFA825) is known color: Lightning Yellow. HEX triplet: FF, A8 and 25. RGB value is (255,168,37). Sum of RGB (Red+Green+Blue) = 255+168+37=460 (60% of max value = 765). Red value is 255 (100% from 255 or 55.43% from 460); Green value is 168 (66.02% from 255 or 36.52% from 460); Blue value is 37 (14.84% from 255 or 8.04% from 460); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA825 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FFA825 is #0057DA. Grayscale: #B3B3B3. Windows color (decimal): -22491 or 2468095. OLE color: 2468095.

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

Color convert

RGB 255 168 37 -
CMYK 0 0.34 0.85 0
HSL 36.06º 1% 0.57% -
HSV(B) 36.06º 0.85% 1% -
XYZ 55.58 49.4 8.36 -
YUV 179.08 47.82 182.15 -
System Red Green Blue C M Y K H S L
Decimal 255 168 37 0 0.34 0.85 0 36.06 1 0.57
Hex FF A8 25 0 22 55 0 24 64 39
Octal 377 250 45 0 42 125 0 44 144 71
Binary 11111111 10101000 100101 0 100010 1010101 0 100100 1100100 111001

Color Harmonies of #FFA825

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFA825

Black with #FFA825

Text Example


Text Example

White with #FFA825

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFA825; }

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

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

background-color css

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

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

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

border-color css

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

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

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