Html Css Color HEX #FAA53D Lightning Yellow

📋 copy color: '#FAA53D'

red 250 ◦ green 165 ◦ blue 61

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

Shades of Lightning Yellow #FAA53D

Tints of Lightning Yellow #FAA53D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 12.82%

R = 52.52%
G = 34.66%
B = 12.82%

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

#FAA53D (or 0xFAA53D) is known color: Lightning Yellow. HEX triplet: FA, A5 and 3D. RGB value is (250,165,61). Sum of RGB (Red+Green+Blue) = 250+165+61=476 (63% of max value = 765). Red value is 250 (98.05% from 255 or 52.52% from 476); Green value is 165 (64.84% from 255 or 34.66% from 476); Blue value is 61 (24.22% from 255 or 12.82% from 476); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA53D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FAA53D is #055AC2. Grayscale: #B3B3B3. Windows color (decimal): -350915 or 4040186. OLE color: 4040186.

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

Color convert

RGB 250 165 61 -
CMYK 0 0.34 0.76 0.02
HSL 33.02º 0.95% 0.61% -
HSV(B) 33.02º 0.76% 0.98% -
XYZ 53.72 47.57 10.77 -
YUV 178.56 61.66 178.96 -
System Red Green Blue C M Y K H S L
Decimal 250 165 61 0 0.34 0.76 0.02 33.02 0.95 0.61
Hex FA A5 3D 0 22 4C 2 21 5F 3D
Octal 372 245 75 0 42 114 2 41 137 75
Binary 11111010 10100101 111101 0 100010 1001100 10 100001 1011111 111101

Color Harmonies of #FAA53D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA53D

Black with #FAA53D

Text Example


Text Example

White with #FAA53D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA53D; }

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

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

background-color css

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

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

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

border-color css

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

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

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