Html Css Color HEX #FAA334 Lightning Yellow

📋 copy color: '#FAA334'

red 250 ◦ green 163 ◦ blue 52

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

Shades of Lightning Yellow #FAA334

Tints of Lightning Yellow #FAA334

RGB

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

 GREEN value IS 163 (64.06% from 255) = 35.05%

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

R = 53.76%
G = 35.05%
B = 11.18%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.79

 K value IS 0.02

RGB Variations

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

Color information

#FAA334 (or 0xFAA334) is known color: Lightning Yellow. HEX triplet: FA, A3 and 34. RGB value is (250,163,52). Sum of RGB (Red+Green+Blue) = 250+163+52=465 (61% of max value = 765). Red value is 250 (98.05% from 255 or 53.76% from 465); Green value is 163 (64.06% from 255 or 35.05% from 465); Blue value is 52 (20.70% from 255 or 11.18% from 465); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA334 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FAA334 is #055CCB. Grayscale: #B0B0B0. Windows color (decimal): -351436 or 3449850. OLE color: 3449850.

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

Color convert

RGB 250 163 52 -
CMYK 0 0.35 0.79 0.02
HSL 33.64º 0.95% 0.59% -
HSV(B) 33.64º 0.79% 0.98% -
XYZ 53.14 46.77 9.47 -
YUV 176.36 57.82 180.53 -
System Red Green Blue C M Y K H S L
Decimal 250 163 52 0 0.35 0.79 0.02 33.64 0.95 0.59
Hex FA A3 34 0 23 4F 2 22 5F 3B
Octal 372 243 64 0 43 117 2 42 137 73
Binary 11111010 10100011 110100 0 100011 1001111 10 100010 1011111 111011

Color Harmonies of #FAA334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA334

Black with #FAA334

Text Example


Text Example

White with #FAA334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA334; }

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

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

background-color css

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

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

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

border-color css

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

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

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