Html Css Color HEX #FAA327 Lightning Yellow

📋 copy color: '#FAA327'

red 250 ◦ green 163 ◦ blue 39

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

Shades of Lightning Yellow #FAA327

Tints of Lightning Yellow #FAA327

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 8.63%

R = 55.31%
G = 36.06%
B = 8.63%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.84

 K value IS 0.02

RGB Variations

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

Color information

#FAA327 (or 0xFAA327) is known color: Lightning Yellow. HEX triplet: FA, A3 and 27. RGB value is (250,163,39). Sum of RGB (Red+Green+Blue) = 250+163+39=452 (59% of max value = 765). Red value is 250 (98.05% from 255 or 55.31% from 452); Green value is 163 (64.06% from 255 or 36.06% from 452); Blue value is 39 (15.62% from 255 or 8.63% from 452); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA327 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FAA327 is #055CD8. Grayscale: #AFAFAF. Windows color (decimal): -351449 or 2597882. OLE color: 2597882.

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

Color convert

RGB 250 163 39 -
CMYK 0 0.35 0.84 0.02
HSL 35.26º 0.95% 0.57% -
HSV(B) 35.26º 0.84% 0.98% -
XYZ 52.89 46.66 8.14 -
YUV 174.88 51.32 181.58 -
System Red Green Blue C M Y K H S L
Decimal 250 163 39 0 0.35 0.84 0.02 35.26 0.95 0.57
Hex FA A3 27 0 23 54 2 23 5F 39
Octal 372 243 47 0 43 124 2 43 137 71
Binary 11111010 10100011 100111 0 100011 1010100 10 100011 1011111 111001

Color Harmonies of #FAA327

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA327

Black with #FAA327

Text Example


Text Example

White with #FAA327

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA327; }

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

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

background-color css

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

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

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

border-color css

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

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

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