Html Css Color HEX #FAA538 Lightning Yellow

📋 copy color: '#FAA538'

red 250 ◦ green 165 ◦ blue 56

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

Shades of Lightning Yellow #FAA538

Tints of Lightning Yellow #FAA538

RGB

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

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

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

R = 53.08%
G = 35.03%
B = 11.89%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.78

 K value IS 0.02

RGB Variations

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

Color information

#FAA538 (or 0xFAA538) is known color: Lightning Yellow. HEX triplet: FA, A5 and 38. RGB value is (250,165,56). Sum of RGB (Red+Green+Blue) = 250+165+56=471 (62% of max value = 765). Red value is 250 (98.05% from 255 or 53.08% from 471); Green value is 165 (64.84% from 255 or 35.03% from 471); Blue value is 56 (22.27% from 255 or 11.89% from 471); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA538 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FAA538 is #055AC7. Grayscale: #B2B2B2. Windows color (decimal): -350920 or 3712506. OLE color: 3712506.

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

Color convert

RGB 250 165 56 -
CMYK 0 0.34 0.78 0.02
HSL 33.71º 0.95% 0.6% -
HSV(B) 33.71º 0.78% 0.98% -
XYZ 53.59 47.52 10.09 -
YUV 177.99 59.16 179.36 -
System Red Green Blue C M Y K H S L
Decimal 250 165 56 0 0.34 0.78 0.02 33.71 0.95 0.6
Hex FA A5 38 0 22 4E 2 22 5F 3C
Octal 372 245 70 0 42 116 2 42 137 74
Binary 11111010 10100101 111000 0 100010 1001110 10 100010 1011111 111100

Color Harmonies of #FAA538

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA538

Black with #FAA538

Text Example


Text Example

White with #FAA538

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA538; }

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

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

background-color css

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

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

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

border-color css

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

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

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