Html Css Color HEX #FAA83B Lightning Yellow

📋 copy color: '#FAA83B'

red 250 ◦ green 168 ◦ blue 59

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

Shades of Lightning Yellow #FAA83B

Tints of Lightning Yellow #FAA83B

RGB

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

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

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

R = 52.41%
G = 35.22%
B = 12.37%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.76

 K value IS 0.02

RGB Variations

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

Color information

#FAA83B (or 0xFAA83B) is known color: Lightning Yellow. HEX triplet: FA, A8 and 3B. RGB value is (250,168,59). Sum of RGB (Red+Green+Blue) = 250+168+59=477 (63% of max value = 765). Red value is 250 (98.05% from 255 or 52.41% from 477); Green value is 168 (66.02% from 255 or 35.22% from 477); Blue value is 59 (23.44% from 255 or 12.37% from 477); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA83B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FAA83B is #0557C4. Grayscale: #B4B4B4. Windows color (decimal): -350149 or 3909882. OLE color: 3909882.

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

Color convert

RGB 250 168 59 -
CMYK 0 0.33 0.76 0.02
HSL 34.24º 0.95% 0.61% -
HSV(B) 34.24º 0.76% 0.98% -
XYZ 54.22 48.65 10.67 -
YUV 180.09 59.67 177.86 -
System Red Green Blue C M Y K H S L
Decimal 250 168 59 0 0.33 0.76 0.02 34.24 0.95 0.61
Hex FA A8 3B 0 21 4C 2 22 5F 3D
Octal 372 250 73 0 41 114 2 42 137 75
Binary 11111010 10101000 111011 0 100001 1001100 10 100010 1011111 111101

Color Harmonies of #FAA83B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA83B

Black with #FAA83B

Text Example


Text Example

White with #FAA83B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA83B; }

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

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

background-color css

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

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

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

border-color css

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

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

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