Html Css Color HEX #FAA43B Lightning Yellow

📋 copy color: '#FAA43B'

red 250 ◦ green 164 ◦ blue 59

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

Shades of Lightning Yellow #FAA43B

Tints of Lightning Yellow #FAA43B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 12.47%

R = 52.85%
G = 34.67%
B = 12.47%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.76

 K value IS 0.02

RGB Variations

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

Color information

#FAA43B (or 0xFAA43B) is known color: Lightning Yellow. HEX triplet: FA, A4 and 3B. RGB value is (250,164,59). Sum of RGB (Red+Green+Blue) = 250+164+59=473 (62% of max value = 765). Red value is 250 (98.05% from 255 or 52.85% from 473); Green value is 164 (64.45% from 255 or 34.67% from 473); Blue value is 59 (23.44% from 255 or 12.47% from 473); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA43B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FAA43B is #055BC4. Grayscale: #B2B2B2. Windows color (decimal): -351173 or 3908858. OLE color: 3908858.

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

Color convert

RGB 250 164 59 -
CMYK 0 0.34 0.76 0.02
HSL 32.98º 0.95% 0.61% -
HSV(B) 32.98º 0.76% 0.98% -
XYZ 53.49 47.19 10.43 -
YUV 177.74 60.99 179.54 -
System Red Green Blue C M Y K H S L
Decimal 250 164 59 0 0.34 0.76 0.02 32.98 0.95 0.61
Hex FA A4 3B 0 22 4C 2 21 5F 3D
Octal 372 244 73 0 42 114 2 41 137 75
Binary 11111010 10100100 111011 0 100010 1001100 10 100001 1011111 111101

Color Harmonies of #FAA43B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA43B

Black with #FAA43B

Text Example


Text Example

White with #FAA43B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA43B; }

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

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

background-color css

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

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

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

border-color css

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

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

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