Html Css Color HEX #FAA63F Yellow Orange

📋 copy color: '#FAA63F'

red 250 ◦ green 166 ◦ blue 63

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

Shades of Yellow Orange #FAA63F

Tints of Yellow Orange #FAA63F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 13.15%

R = 52.19%
G = 34.66%
B = 13.15%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.75

 K value IS 0.02

RGB Variations

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

Color information

#FAA63F (or 0xFAA63F) is known color: Yellow Orange. HEX triplet: FA, A6 and 3F. RGB value is (250,166,63). Sum of RGB (Red+Green+Blue) = 250+166+63=479 (63% of max value = 765). Red value is 250 (98.05% from 255 or 52.19% from 479); Green value is 166 (65.23% from 255 or 34.66% from 479); Blue value is 63 (25% from 255 or 13.15% from 479); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA63F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FAA63F is #0559C0. Grayscale: #B3B3B3. Windows color (decimal): -350657 or 4171514. OLE color: 4171514.

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

Color convert

RGB 250 166 63 -
CMYK 0 0.34 0.75 0.02
HSL 33.05º 0.95% 0.61% -
HSV(B) 33.05º 0.75% 0.98% -
XYZ 53.96 47.96 11.12 -
YUV 179.37 62.33 178.38 -
System Red Green Blue C M Y K H S L
Decimal 250 166 63 0 0.34 0.75 0.02 33.05 0.95 0.61
Hex FA A6 3F 0 22 4B 2 21 5F 3D
Octal 372 246 77 0 42 113 2 41 137 75
Binary 11111010 10100110 111111 0 100010 1001011 10 100001 1011111 111101

Color Harmonies of #FAA63F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA63F

Black with #FAA63F

Text Example


Text Example

White with #FAA63F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA63F; }

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

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

background-color css

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

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

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

border-color css

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

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

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