Html Css Color HEX #FFA525 Lightning Yellow

📋 copy color: '#FFA525'

red 255 ◦ green 165 ◦ blue 37

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

Shades of Lightning Yellow #FFA525

Tints of Lightning Yellow #FFA525

RGB

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

 GREEN value IS 165 (64.84% from 255) = 36.11%

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

R = 55.8%
G = 36.11%
B = 8.1%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.85

 K value IS 0

RGB Variations

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

Color information

#FFA525 (or 0xFFA525) is known color: Lightning Yellow. HEX triplet: FF, A5 and 25. RGB value is (255,165,37). Sum of RGB (Red+Green+Blue) = 255+165+37=457 (60% of max value = 765). Red value is 255 (100% from 255 or 55.80% from 457); Green value is 165 (64.84% from 255 or 36.11% from 457); Blue value is 37 (14.84% from 255 or 8.10% from 457); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA525 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FFA525 is #005ADA. Grayscale: #B1B1B1. Windows color (decimal): -23259 or 2467327. OLE color: 2467327.

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

Color convert

RGB 255 165 37 -
CMYK 0 0.35 0.85 0
HSL 35.23º 1% 0.57% -
HSV(B) 35.23º 0.85% 1% -
XYZ 55.03 48.3 8.17 -
YUV 177.32 48.82 183.41 -
System Red Green Blue C M Y K H S L
Decimal 255 165 37 0 0.35 0.85 0 35.23 1 0.57
Hex FF A5 25 0 23 55 0 23 64 39
Octal 377 245 45 0 43 125 0 43 144 71
Binary 11111111 10100101 100101 0 100011 1010101 0 100011 1100100 111001

Color Harmonies of #FFA525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFA525

Black with #FFA525

Text Example


Text Example

White with #FFA525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFA525; }

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

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

background-color css

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

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

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

border-color css

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

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

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