Html Css Color HEX #FAA42B Lightning Yellow

📋 copy color: '#FAA42B'

red 250 ◦ green 164 ◦ blue 43

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

Shades of Lightning Yellow #FAA42B

Tints of Lightning Yellow #FAA42B

RGB

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

 GREEN value IS 164 (64.45% from 255) = 35.89%

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

R = 54.7%
G = 35.89%
B = 9.41%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.83

 K value IS 0.02

RGB Variations

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

Color information

#FAA42B (or 0xFAA42B) is known color: Lightning Yellow. HEX triplet: FA, A4 and 2B. RGB value is (250,164,43). Sum of RGB (Red+Green+Blue) = 250+164+43=457 (60% of max value = 765). Red value is 250 (98.05% from 255 or 54.70% from 457); Green value is 164 (64.45% from 255 or 35.89% from 457); Blue value is 43 (17.19% from 255 or 9.41% from 457); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA42B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FAA42B is #055BD4. Grayscale: #B0B0B0. Windows color (decimal): -351189 or 2860282. OLE color: 2860282.

HSL color Cylindrical-coordinate representation of color #FAA42B: hue angle of 35.07º 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 #FAA42B is Cyan = 0, Magento = 0.34, Yellow = 0.83 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 164 43 -
CMYK 0 0.34 0.83 0.02
HSL 35.07º 0.95% 0.57% -
HSV(B) 35.07º 0.83% 0.98% -
XYZ 53.14 47.05 8.57 -
YUV 175.92 52.99 180.84 -
System Red Green Blue C M Y K H S L
Decimal 250 164 43 0 0.34 0.83 0.02 35.07 0.95 0.57
Hex FA A4 2B 0 22 53 2 23 5F 39
Octal 372 244 53 0 42 123 2 43 137 71
Binary 11111010 10100100 101011 0 100010 1010011 10 100011 1011111 111001

Color Harmonies of #FAA42B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA42B

Black with #FAA42B

Text Example


Text Example

White with #FAA42B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA42B; }

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

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

background-color css

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

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

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

border-color css

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

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

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