Html Css Color HEX #FAA73A Lightning Yellow

📋 copy color: '#FAA73A'

red 250 ◦ green 167 ◦ blue 58

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

Shades of Lightning Yellow #FAA73A

Tints of Lightning Yellow #FAA73A

RGB

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

 GREEN value IS 167 (65.63% from 255) = 35.16%

 BLUE value IS 58 (23.05% from 255) = 12.21%

R = 52.63%
G = 35.16%
B = 12.21%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.77

 K value IS 0.02

RGB Variations

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

Color information

#FAA73A (or 0xFAA73A) is known color: Lightning Yellow. HEX triplet: FA, A7 and 3A. RGB value is (250,167,58). Sum of RGB (Red+Green+Blue) = 250+167+58=475 (62% of max value = 765). Red value is 250 (98.05% from 255 or 52.63% from 475); Green value is 167 (65.62% from 255 or 35.16% from 475); Blue value is 58 (23.05% from 255 or 12.21% from 475); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA73A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FAA73A is #0558C5. Grayscale: #B3B3B3. Windows color (decimal): -350406 or 3844090. OLE color: 3844090.

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

Color convert

RGB 250 167 58 -
CMYK 0 0.33 0.77 0.02
HSL 34.06º 0.95% 0.6% -
HSV(B) 34.06º 0.77% 0.98% -
XYZ 54.01 48.27 10.47 -
YUV 179.39 59.5 178.36 -
System Red Green Blue C M Y K H S L
Decimal 250 167 58 0 0.33 0.77 0.02 34.06 0.95 0.6
Hex FA A7 3A 0 21 4D 2 22 5F 3C
Octal 372 247 72 0 41 115 2 42 137 74
Binary 11111010 10100111 111010 0 100001 1001101 10 100010 1011111 111100

Color Harmonies of #FAA73A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA73A

Black with #FAA73A

Text Example


Text Example

White with #FAA73A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA73A; }

 p { color: rgb(250,167,58); }

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

background-color css

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

 a { background-color: rgb(250,167,58); }

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

border-color css

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

 span { border-color: rgb(250,167,58); }

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