Html Css Color HEX #FAA43C Lightning Yellow

📋 copy color: '#FAA43C'

red 250 ◦ green 164 ◦ blue 60

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

Shades of Lightning Yellow #FAA43C

Tints of Lightning Yellow #FAA43C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 12.66%

R = 52.74%
G = 34.6%
B = 12.66%

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

#FAA43C (or 0xFAA43C) is known color: Lightning Yellow. HEX triplet: FA, A4 and 3C. RGB value is (250,164,60). Sum of RGB (Red+Green+Blue) = 250+164+60=474 (62% of max value = 765). Red value is 250 (98.05% from 255 or 52.74% from 474); Green value is 164 (64.45% from 255 or 34.60% from 474); Blue value is 60 (23.83% from 255 or 12.66% from 474); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA43C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FAA43C is #055BC3. Grayscale: #B2B2B2. Windows color (decimal): -351172 or 3974394. OLE color: 3974394.

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

Color convert

RGB 250 164 60 -
CMYK 0 0.34 0.76 0.02
HSL 32.84º 0.95% 0.61% -
HSV(B) 32.84º 0.76% 0.98% -
XYZ 53.52 47.2 10.57 -
YUV 177.86 61.49 179.46 -
System Red Green Blue C M Y K H S L
Decimal 250 164 60 0 0.34 0.76 0.02 32.84 0.95 0.61
Hex FA A4 3C 0 22 4C 2 21 5F 3D
Octal 372 244 74 0 42 114 2 41 137 75
Binary 11111010 10100100 111100 0 100010 1001100 10 100001 1011111 111101

Color Harmonies of #FAA43C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA43C

Black with #FAA43C

Text Example


Text Example

White with #FAA43C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA43C; }

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

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

background-color css

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

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

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

border-color css

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

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

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