Html Css Color HEX #FAA32B Lightning Yellow

📋 copy color: '#FAA32B'

red 250 ◦ green 163 ◦ blue 43

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

Shades of Lightning Yellow #FAA32B

Tints of Lightning Yellow #FAA32B

RGB

 RED value IS 250 (98.05% from 255) = 54.82%

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

 BLUE value IS 43 (17.19% from 255) = 9.43%

R = 54.82%
G = 35.75%
B = 9.43%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.83

 K value IS 0.02

RGB Variations

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

Color information

#FAA32B (or 0xFAA32B) is known color: Lightning Yellow. HEX triplet: FA, A3 and 2B. RGB value is (250,163,43). Sum of RGB (Red+Green+Blue) = 250+163+43=456 (60% of max value = 765). Red value is 250 (98.05% from 255 or 54.82% from 456); Green value is 163 (64.06% from 255 or 35.75% from 456); Blue value is 43 (17.19% from 255 or 9.43% from 456); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA32B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FAA32B is #055CD4. Grayscale: #AFAFAF. Windows color (decimal): -351445 or 2860026. OLE color: 2860026.

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

Color convert

RGB 250 163 43 -
CMYK 0 0.35 0.83 0.02
HSL 34.78º 0.95% 0.57% -
HSV(B) 34.78º 0.83% 0.98% -
XYZ 52.96 46.69 8.51 -
YUV 175.33 53.32 181.26 -
System Red Green Blue C M Y K H S L
Decimal 250 163 43 0 0.35 0.83 0.02 34.78 0.95 0.57
Hex FA A3 2B 0 23 53 2 23 5F 39
Octal 372 243 53 0 43 123 2 43 137 71
Binary 11111010 10100011 101011 0 100011 1010011 10 100011 1011111 111001

Color Harmonies of #FAA32B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA32B

Black with #FAA32B

Text Example


Text Example

White with #FAA32B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA32B; }

 p { color: rgb(250,163,43); }

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

background-color css

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

 a { background-color: rgb(250,163,43); }

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

border-color css

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

 span { border-color: rgb(250,163,43); }

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