Html Css Color HEX #FFA332 Lightning Yellow

📋 copy color: '#FFA332'

red 255 ◦ green 163 ◦ blue 50

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

Shades of Lightning Yellow #FFA332

Tints of Lightning Yellow #FFA332

RGB

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

 GREEN value IS 163 (64.06% from 255) = 34.83%

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

R = 54.49%
G = 34.83%
B = 10.68%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.80

 K value IS 0

RGB Variations

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

Color information

#FFA332 (or 0xFFA332) is known color: Lightning Yellow. HEX triplet: FF, A3 and 32. RGB value is (255,163,50). Sum of RGB (Red+Green+Blue) = 255+163+50=468 (61% of max value = 765). Red value is 255 (100% from 255 or 54.49% from 468); Green value is 163 (64.06% from 255 or 34.83% from 468); Blue value is 50 (19.92% from 255 or 10.68% from 468); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA332 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FFA332 is #005CCD. Grayscale: #B2B2B2. Windows color (decimal): -23758 or 3318783. OLE color: 3318783.

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

Color convert

RGB 255 163 50 -
CMYK 0 0.36 0.80 0
HSL 33.07º 1% 0.6% -
HSV(B) 33.07º 0.8% 1% -
XYZ 54.91 47.68 9.33 -
YUV 177.63 55.98 183.19 -
System Red Green Blue C M Y K H S L
Decimal 255 163 50 0 0.36 0.80 0 33.07 1 0.6
Hex FF A3 32 0 24 50 0 21 64 3C
Octal 377 243 62 0 44 120 0 41 144 74
Binary 11111111 10100011 110010 0 100100 1010000 0 100001 1100100 111100

Color Harmonies of #FFA332

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFA332

Black with #FFA332

Text Example


Text Example

White with #FFA332

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFA332; }

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

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

background-color css

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

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

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

border-color css

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

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

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