Html Css Color HEX #FAA53B Lightning Yellow

📋 copy color: '#FAA53B'

red 250 ◦ green 165 ◦ blue 59

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

Shades of Lightning Yellow #FAA53B

Tints of Lightning Yellow #FAA53B

RGB

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

 GREEN value IS 165 (64.84% from 255) = 34.81%

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

R = 52.74%
G = 34.81%
B = 12.45%

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

#FAA53B (or 0xFAA53B) is known color: Lightning Yellow. HEX triplet: FA, A5 and 3B. RGB value is (250,165,59). Sum of RGB (Red+Green+Blue) = 250+165+59=474 (62% of max value = 765). Red value is 250 (98.05% from 255 or 52.74% from 474); Green value is 165 (64.84% from 255 or 34.81% from 474); Blue value is 59 (23.44% from 255 or 12.45% from 474); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA53B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FAA53B is #055AC4. Grayscale: #B2B2B2. Windows color (decimal): -350917 or 3909114. OLE color: 3909114.

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

Color convert

RGB 250 165 59 -
CMYK 0 0.34 0.76 0.02
HSL 33.3º 0.95% 0.61% -
HSV(B) 33.3º 0.76% 0.98% -
XYZ 53.67 47.55 10.49 -
YUV 178.33 60.66 179.12 -
System Red Green Blue C M Y K H S L
Decimal 250 165 59 0 0.34 0.76 0.02 33.3 0.95 0.61
Hex FA A5 3B 0 22 4C 2 21 5F 3D
Octal 372 245 73 0 42 114 2 41 137 75
Binary 11111010 10100101 111011 0 100010 1001100 10 100001 1011111 111101

Color Harmonies of #FAA53B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA53B

Black with #FAA53B

Text Example


Text Example

White with #FAA53B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA53B; }

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

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

background-color css

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

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

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

border-color css

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

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

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