Html Css Color HEX #FAA534 Lightning Yellow

📋 copy color: '#FAA534'

red 250 ◦ green 165 ◦ blue 52

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

Shades of Lightning Yellow #FAA534

Tints of Lightning Yellow #FAA534

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 11.13%

R = 53.53%
G = 35.33%
B = 11.13%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.79

 K value IS 0.02

RGB Variations

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

Color information

#FAA534 (or 0xFAA534) is known color: Lightning Yellow. HEX triplet: FA, A5 and 34. RGB value is (250,165,52). Sum of RGB (Red+Green+Blue) = 250+165+52=467 (61% of max value = 765). Red value is 250 (98.05% from 255 or 53.53% from 467); Green value is 165 (64.84% from 255 or 35.33% from 467); Blue value is 52 (20.70% from 255 or 11.13% from 467); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA534 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FAA534 is #055ACB. Grayscale: #B2B2B2. Windows color (decimal): -350924 or 3450362. OLE color: 3450362.

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

Color convert

RGB 250 165 52 -
CMYK 0 0.34 0.79 0.02
HSL 34.24º 0.95% 0.59% -
HSV(B) 34.24º 0.79% 0.98% -
XYZ 53.5 47.48 9.59 -
YUV 177.53 57.16 179.69 -
System Red Green Blue C M Y K H S L
Decimal 250 165 52 0 0.34 0.79 0.02 34.24 0.95 0.59
Hex FA A5 34 0 22 4F 2 22 5F 3B
Octal 372 245 64 0 42 117 2 42 137 73
Binary 11111010 10100101 110100 0 100010 1001111 10 100010 1011111 111011

Color Harmonies of #FAA534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA534

Black with #FAA534

Text Example


Text Example

White with #FAA534

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA534; }

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

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

background-color css

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

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

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

border-color css

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

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

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