Html Css Color HEX #FAA42E Lightning Yellow

📋 copy color: '#FAA42E'

red 250 ◦ green 164 ◦ blue 46

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

Shades of Lightning Yellow #FAA42E

Tints of Lightning Yellow #FAA42E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 10%

R = 54.35%
G = 35.65%
B = 10%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.82

 K value IS 0.02

RGB Variations

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

Color information

#FAA42E (or 0xFAA42E) is known color: Lightning Yellow. HEX triplet: FA, A4 and 2E. RGB value is (250,164,46). Sum of RGB (Red+Green+Blue) = 250+164+46=460 (60% of max value = 765). Red value is 250 (98.05% from 255 or 54.35% from 460); Green value is 164 (64.45% from 255 or 35.65% from 460); Blue value is 46 (18.36% from 255 or 10% from 460); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA42E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FAA42E is #055BD1. Grayscale: #B0B0B0. Windows color (decimal): -351186 or 3056890. OLE color: 3056890.

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

Color convert

RGB 250 164 46 -
CMYK 0 0.34 0.82 0.02
HSL 34.71º 0.95% 0.58% -
HSV(B) 34.71º 0.82% 0.98% -
XYZ 53.19 47.07 8.87 -
YUV 176.26 54.49 180.59 -
System Red Green Blue C M Y K H S L
Decimal 250 164 46 0 0.34 0.82 0.02 34.71 0.95 0.58
Hex FA A4 2E 0 22 52 2 23 5F 3A
Octal 372 244 56 0 42 122 2 43 137 72
Binary 11111010 10100100 101110 0 100010 1010010 10 100011 1011111 111010

Color Harmonies of #FAA42E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA42E

Black with #FAA42E

Text Example


Text Example

White with #FAA42E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA42E; }

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

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

background-color css

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

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

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

border-color css

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

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

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