Html Css Color HEX #FFA025 Lightning Yellow

📋 copy color: '#FFA025'

red 255 ◦ green 160 ◦ blue 37

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

Shades of Lightning Yellow #FFA025

Tints of Lightning Yellow #FFA025

RGB

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

 GREEN value IS 160 (62.89% from 255) = 35.4%

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

R = 56.42%
G = 35.4%
B = 8.19%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.85

 K value IS 0

RGB Variations

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

Color information

#FFA025 (or 0xFFA025) is known color: Lightning Yellow. HEX triplet: FF, A0 and 25. RGB value is (255,160,37). Sum of RGB (Red+Green+Blue) = 255+160+37=452 (59% of max value = 765). Red value is 255 (100% from 255 or 56.42% from 452); Green value is 160 (62.89% from 255 or 35.40% from 452); Blue value is 37 (14.84% from 255 or 8.19% from 452); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA025 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FFA025 is #005FDA. Grayscale: #AEAEAE. Windows color (decimal): -24539 or 2466047. OLE color: 2466047.

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

Color convert

RGB 255 160 37 -
CMYK 0 0.37 0.85 0
HSL 33.85º 1% 0.57% -
HSV(B) 33.85º 0.85% 1% -
XYZ 54.14 46.54 7.88 -
YUV 174.38 50.47 185.5 -
System Red Green Blue C M Y K H S L
Decimal 255 160 37 0 0.37 0.85 0 33.85 1 0.57
Hex FF A0 25 0 25 55 0 22 64 39
Octal 377 240 45 0 45 125 0 42 144 71
Binary 11111111 10100000 100101 0 100101 1010101 0 100010 1100100 111001

Color Harmonies of #FFA025

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFA025

Black with #FFA025

Text Example


Text Example

White with #FFA025

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFA025; }

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

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

background-color css

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

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

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

border-color css

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

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

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