Html Css Color HEX #FAA438 Lightning Yellow

📋 copy color: '#FAA438'

red 250 ◦ green 164 ◦ blue 56

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

Shades of Lightning Yellow #FAA438

Tints of Lightning Yellow #FAA438

RGB

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

 GREEN value IS 164 (64.45% from 255) = 34.89%

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

R = 53.19%
G = 34.89%
B = 11.91%

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

#FAA438 (or 0xFAA438) is known color: Lightning Yellow. HEX triplet: FA, A4 and 38. RGB value is (250,164,56). Sum of RGB (Red+Green+Blue) = 250+164+56=470 (62% of max value = 765). Red value is 250 (98.05% from 255 or 53.19% from 470); Green value is 164 (64.45% from 255 or 34.89% from 470); Blue value is 56 (22.27% from 255 or 11.91% from 470); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA438 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FAA438 is #055BC7. Grayscale: #B1B1B1. Windows color (decimal): -351176 or 3712250. OLE color: 3712250.

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

Color convert

RGB 250 164 56 -
CMYK 0 0.34 0.78 0.02
HSL 33.4º 0.95% 0.6% -
HSV(B) 33.4º 0.78% 0.98% -
XYZ 53.41 47.16 10.03 -
YUV 177.4 59.49 179.78 -
System Red Green Blue C M Y K H S L
Decimal 250 164 56 0 0.34 0.78 0.02 33.4 0.95 0.6
Hex FA A4 38 0 22 4E 2 21 5F 3C
Octal 372 244 70 0 42 116 2 41 137 74
Binary 11111010 10100100 111000 0 100010 1001110 10 100001 1011111 111100

Color Harmonies of #FAA438

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA438

Black with #FAA438

Text Example


Text Example

White with #FAA438

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA438; }

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

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

background-color css

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

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

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

border-color css

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

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

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