Html Css Color HEX #FAA83A Lightning Yellow

📋 copy color: '#FAA83A'

red 250 ◦ green 168 ◦ blue 58

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

Shades of Lightning Yellow #FAA83A

Tints of Lightning Yellow #FAA83A

RGB

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

 GREEN value IS 168 (66.02% from 255) = 35.29%

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

R = 52.52%
G = 35.29%
B = 12.18%

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

#FAA83A (or 0xFAA83A) is known color: Lightning Yellow. HEX triplet: FA, A8 and 3A. RGB value is (250,168,58). Sum of RGB (Red+Green+Blue) = 250+168+58=476 (63% of max value = 765). Red value is 250 (98.05% from 255 or 52.52% from 476); Green value is 168 (66.02% from 255 or 35.29% from 476); Blue value is 58 (23.05% from 255 or 12.18% from 476); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA83A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FAA83A is #0557C5. Grayscale: #B4B4B4. Windows color (decimal): -350150 or 3844346. OLE color: 3844346.

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

Color convert

RGB 250 168 58 -
CMYK 0 0.33 0.77 0.02
HSL 34.38º 0.95% 0.6% -
HSV(B) 34.38º 0.77% 0.98% -
XYZ 54.19 48.63 10.53 -
YUV 179.98 59.17 177.94 -
System Red Green Blue C M Y K H S L
Decimal 250 168 58 0 0.33 0.77 0.02 34.38 0.95 0.6
Hex FA A8 3A 0 21 4D 2 22 5F 3C
Octal 372 250 72 0 41 115 2 42 137 74
Binary 11111010 10101000 111010 0 100001 1001101 10 100010 1011111 111100

Color Harmonies of #FAA83A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA83A

Black with #FAA83A

Text Example


Text Example

White with #FAA83A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA83A; }

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

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

background-color css

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

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

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

border-color css

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

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

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