Html Css Color HEX #FFA532 Lightning Yellow

📋 copy color: '#FFA532'

red 255 ◦ green 165 ◦ blue 50

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

Shades of Lightning Yellow #FFA532

Tints of Lightning Yellow #FFA532

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 10.64%

R = 54.26%
G = 35.11%
B = 10.64%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.80

 K value IS 0

RGB Variations

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

Color information

#FFA532 (or 0xFFA532) is known color: Lightning Yellow. HEX triplet: FF, A5 and 32. RGB value is (255,165,50). Sum of RGB (Red+Green+Blue) = 255+165+50=470 (62% of max value = 765). Red value is 255 (100% from 255 or 54.26% from 470); Green value is 165 (64.84% from 255 or 35.11% from 470); Blue value is 50 (19.92% from 255 or 10.64% from 470); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA532 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FFA532 is #005ACD. Grayscale: #B3B3B3. Windows color (decimal): -23246 or 3319295. OLE color: 3319295.

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

Color convert

RGB 255 165 50 -
CMYK 0 0.35 0.80 0
HSL 33.66º 1% 0.6% -
HSV(B) 33.66º 0.8% 1% -
XYZ 55.27 48.4 9.45 -
YUV 178.8 55.32 182.35 -
System Red Green Blue C M Y K H S L
Decimal 255 165 50 0 0.35 0.80 0 33.66 1 0.6
Hex FF A5 32 0 23 50 0 22 64 3C
Octal 377 245 62 0 43 120 0 42 144 74
Binary 11111111 10100101 110010 0 100011 1010000 0 100010 1100100 111100

Color Harmonies of #FFA532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFA532

Black with #FFA532

Text Example


Text Example

White with #FFA532

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFA532; }

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

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

background-color css

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

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

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

border-color css

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

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

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