Html Css Color HEX #FFA225 Lightning Yellow

📋 copy color: '#FFA225'

red 255 ◦ green 162 ◦ blue 37

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

Shades of Lightning Yellow #FFA225

Tints of Lightning Yellow #FFA225

RGB

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

 GREEN value IS 162 (63.67% from 255) = 35.68%

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

R = 56.17%
G = 35.68%
B = 8.15%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.85

 K value IS 0

RGB Variations

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

Color information

#FFA225 (or 0xFFA225) is known color: Lightning Yellow. HEX triplet: FF, A2 and 25. RGB value is (255,162,37). Sum of RGB (Red+Green+Blue) = 255+162+37=454 (60% of max value = 765). Red value is 255 (100% from 255 or 56.17% from 454); Green value is 162 (63.67% from 255 or 35.68% from 454); Blue value is 37 (14.84% from 255 or 8.15% from 454); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA225 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FFA225 is #005DDA. Grayscale: #B0B0B0. Windows color (decimal): -24027 or 2466559. OLE color: 2466559.

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

Color convert

RGB 255 162 37 -
CMYK 0 0.36 0.85 0
HSL 34.4º 1% 0.57% -
HSV(B) 34.4º 0.85% 1% -
XYZ 54.49 47.23 8 -
YUV 175.56 49.81 184.66 -
System Red Green Blue C M Y K H S L
Decimal 255 162 37 0 0.36 0.85 0 34.4 1 0.57
Hex FF A2 25 0 24 55 0 22 64 39
Octal 377 242 45 0 44 125 0 42 144 71
Binary 11111111 10100010 100101 0 100100 1010101 0 100010 1100100 111001

Color Harmonies of #FFA225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFA225

Black with #FFA225

Text Example


Text Example

White with #FFA225

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFA225; }

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

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

background-color css

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

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

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

border-color css

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

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

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