Html Css Color HEX #FAA62B Lightning Yellow

📋 copy color: '#FAA62B'

red 250 ◦ green 166 ◦ blue 43

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

Shades of Lightning Yellow #FAA62B

Tints of Lightning Yellow #FAA62B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 9.37%

R = 54.47%
G = 36.17%
B = 9.37%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.83

 K value IS 0.02

RGB Variations

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

Color information

#FAA62B (or 0xFAA62B) is known color: Lightning Yellow. HEX triplet: FA, A6 and 2B. RGB value is (250,166,43). Sum of RGB (Red+Green+Blue) = 250+166+43=459 (60% of max value = 765). Red value is 250 (98.05% from 255 or 54.47% from 459); Green value is 166 (65.23% from 255 or 36.17% from 459); Blue value is 43 (17.19% from 255 or 9.37% from 459); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA62B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FAA62B is #0559D4. Grayscale: #B1B1B1. Windows color (decimal): -350677 or 2860794. OLE color: 2860794.

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

Color convert

RGB 250 166 43 -
CMYK 0 0.34 0.83 0.02
HSL 35.65º 0.95% 0.57% -
HSV(B) 35.65º 0.83% 0.98% -
XYZ 53.5 47.77 8.69 -
YUV 177.09 52.33 180 -
System Red Green Blue C M Y K H S L
Decimal 250 166 43 0 0.34 0.83 0.02 35.65 0.95 0.57
Hex FA A6 2B 0 22 53 2 24 5F 39
Octal 372 246 53 0 42 123 2 44 137 71
Binary 11111010 10100110 101011 0 100010 1010011 10 100100 1011111 111001

Color Harmonies of #FAA62B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA62B

Black with #FAA62B

Text Example


Text Example

White with #FAA62B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA62B; }

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

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

background-color css

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

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

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

border-color css

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

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

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