Html Css Color HEX #FAA307 Orange

📋 copy color: '#FAA307'

red 250 ◦ green 163 ◦ blue 7

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

Shades of Orange #FAA307

Tints of Orange #FAA307

RGB

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

 GREEN value IS 163 (64.06% from 255) = 38.81%

 BLUE value IS 7 (3.13% from 255) = 1.67%

R = 59.52%
G = 38.81%
B = 1.67%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.97

 K value IS 0.02

RGB Variations

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

Color information

#FAA307 (or 0xFAA307) is known color: Orange. HEX triplet: FA, A3 and 07. RGB value is (250,163,7). Sum of RGB (Red+Green+Blue) = 250+163+7=420 (55% of max value = 765). Red value is 250 (98.05% from 255 or 59.52% from 420); Green value is 163 (64.06% from 255 or 38.81% from 420); Blue value is 7 (3.12% from 255 or 1.67% from 420); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA307 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FAA307 is #055CF8. Grayscale: #ABABAB. Windows color (decimal): -351481 or 500730. OLE color: 500730.

HSL color Cylindrical-coordinate representation of color #FAA307: hue angle of 38.52º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FAA307 is Cyan = 0, Magento = 0.35, Yellow = 0.97 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 163 7 -
CMYK 0 0.35 0.97 0.02
HSL 38.52º 0.96% 0.5% -
HSV(B) 38.52º 0.97% 0.98% -
XYZ 52.56 46.53 6.41 -
YUV 171.23 35.32 184.18 -
System Red Green Blue C M Y K H S L
Decimal 250 163 7 0 0.35 0.97 0.02 38.52 0.96 0.5
Hex FA A3 7 0 23 61 2 27 60 32
Octal 372 243 7 0 43 141 2 47 140 62
Binary 11111010 10100011 111 0 100011 1100001 10 100111 1100000 110010

Color Harmonies of #FAA307

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA307

Black with #FAA307

Text Example


Text Example

White with #FAA307

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA307; }

 p { color: rgb(250,163,7); }

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

background-color css

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

 a { background-color: rgb(250,163,7); }

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

border-color css

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

 span { border-color: rgb(250,163,7); }

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