Html Css Color HEX #FAA62C Lightning Yellow

📋 copy color: '#FAA62C'

red 250 ◦ green 166 ◦ blue 44

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

Shades of Lightning Yellow #FAA62C

Tints of Lightning Yellow #FAA62C

RGB

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

 GREEN value IS 166 (65.23% from 255) = 36.09%

 BLUE value IS 44 (17.58% from 255) = 9.57%

R = 54.35%
G = 36.09%
B = 9.57%

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

#FAA62C (or 0xFAA62C) is known color: Lightning Yellow. HEX triplet: FA, A6 and 2C. RGB value is (250,166,44). Sum of RGB (Red+Green+Blue) = 250+166+44=460 (60% of max value = 765). Red value is 250 (98.05% from 255 or 54.35% from 460); Green value is 166 (65.23% from 255 or 36.09% from 460); Blue value is 44 (17.58% from 255 or 9.57% from 460); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA62C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FAA62C is #0559D3. Grayscale: #B1B1B1. Windows color (decimal): -350676 or 2926330. OLE color: 2926330.

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

Color convert

RGB 250 166 44 -
CMYK 0 0.34 0.82 0.02
HSL 35.53º 0.95% 0.58% -
HSV(B) 35.53º 0.82% 0.98% -
XYZ 53.52 47.78 8.78 -
YUV 177.21 52.83 179.92 -
System Red Green Blue C M Y K H S L
Decimal 250 166 44 0 0.34 0.82 0.02 35.53 0.95 0.58
Hex FA A6 2C 0 22 52 2 24 5F 3A
Octal 372 246 54 0 42 122 2 44 137 72
Binary 11111010 10100110 101100 0 100010 1010010 10 100100 1011111 111010

Color Harmonies of #FAA62C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA62C

Black with #FAA62C

Text Example


Text Example

White with #FAA62C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA62C; }

 p { color: rgb(250,166,44); }

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

background-color css

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

 a { background-color: rgb(250,166,44); }

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

border-color css

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

 span { border-color: rgb(250,166,44); }

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