Html Css Color HEX #FFA524 Lightning Yellow

📋 copy color: '#FFA524'

red 255 ◦ green 165 ◦ blue 36

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

Shades of Lightning Yellow #FFA524

Tints of Lightning Yellow #FFA524

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 7.89%

R = 55.92%
G = 36.18%
B = 7.89%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.86

 K value IS 0

RGB Variations

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

Color information

#FFA524 (or 0xFFA524) is known color: Lightning Yellow. HEX triplet: FF, A5 and 24. RGB value is (255,165,36). Sum of RGB (Red+Green+Blue) = 255+165+36=456 (60% of max value = 765). Red value is 255 (100% from 255 or 55.92% from 456); Green value is 165 (64.84% from 255 or 36.18% from 456); Blue value is 36 (14.45% from 255 or 7.89% from 456); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA524 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FFA524 is #005ADB. Grayscale: #B1B1B1. Windows color (decimal): -23260 or 2401791. OLE color: 2401791.

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

Color convert

RGB 255 165 36 -
CMYK 0 0.35 0.86 0
HSL 35.34º 1% 0.57% -
HSV(B) 35.34º 0.86% 1% -
XYZ 55.01 48.3 8.09 -
YUV 177.2 48.32 183.49 -
System Red Green Blue C M Y K H S L
Decimal 255 165 36 0 0.35 0.86 0 35.34 1 0.57
Hex FF A5 24 0 23 56 0 23 64 39
Octal 377 245 44 0 43 126 0 43 144 71
Binary 11111111 10100101 100100 0 100011 1010110 0 100011 1100100 111001

Color Harmonies of #FFA524

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFA524

Black with #FFA524

Text Example


Text Example

White with #FFA524

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFA524; }

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

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

background-color css

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

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

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

border-color css

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

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

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