Html Css Color HEX #FAAA38 Lightning Yellow

📋 copy color: '#FAAA38'

red 250 ◦ green 170 ◦ blue 56

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

Shades of Lightning Yellow #FAAA38

Tints of Lightning Yellow #FAAA38

RGB

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

 GREEN value IS 170 (66.8% from 255) = 35.71%

 BLUE value IS 56 (22.27% from 255) = 11.76%

R = 52.52%
G = 35.71%
B = 11.76%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.78

 K value IS 0.02

RGB Variations

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

Color information

#FAAA38 (or 0xFAAA38) is known color: Lightning Yellow. HEX triplet: FA, AA and 38. RGB value is (250,170,56). Sum of RGB (Red+Green+Blue) = 250+170+56=476 (63% of max value = 765). Red value is 250 (98.05% from 255 or 52.52% from 476); Green value is 170 (66.80% from 255 or 35.71% from 476); Blue value is 56 (22.27% from 255 or 11.76% from 476); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAA38 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FAAA38 is #0555C7. Grayscale: #B5B5B5. Windows color (decimal): -349640 or 3713786. OLE color: 3713786.

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

Color convert

RGB 250 170 56 -
CMYK 0 0.32 0.78 0.02
HSL 35.26º 0.95% 0.6% -
HSV(B) 35.26º 0.78% 0.98% -
XYZ 54.51 49.36 10.4 -
YUV 180.92 57.5 177.27 -
System Red Green Blue C M Y K H S L
Decimal 250 170 56 0 0.32 0.78 0.02 35.26 0.95 0.6
Hex FA AA 38 0 20 4E 2 23 5F 3C
Octal 372 252 70 0 40 116 2 43 137 74
Binary 11111010 10101010 111000 0 100000 1001110 10 100011 1011111 111100

Color Harmonies of #FAAA38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAAA38

Black with #FAAA38

Text Example


Text Example

White with #FAAA38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAAA38; }

 p { color: rgb(250,170,56); }

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

background-color css

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

 a { background-color: rgb(250,170,56); }

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

border-color css

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

 span { border-color: rgb(250,170,56); }

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