Html Css Color HEX #FAAC07 Orange

📋 copy color: '#FAAC07'

red 250 ◦ green 172 ◦ blue 7

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

Shades of Orange #FAAC07

Tints of Orange #FAAC07

RGB

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

 GREEN value IS 172 (67.58% from 255) = 40.09%

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

R = 58.28%
G = 40.09%
B = 1.63%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.97

 K value IS 0.02

RGB Variations

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

Color information

#FAAC07 (or 0xFAAC07) is known color: Orange. HEX triplet: FA, AC and 07. RGB value is (250,172,7). Sum of RGB (Red+Green+Blue) = 250+172+7=429 (56% of max value = 765). Red value is 250 (98.05% from 255 or 58.28% from 429); Green value is 172 (67.58% from 255 or 40.09% from 429); Blue value is 7 (3.12% from 255 or 1.63% from 429); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAC07 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FAAC07 is #0553F8. Grayscale: #B1B1B1. Windows color (decimal): -349177 or 503034. OLE color: 503034.

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

Color convert

RGB 250 172 7 -
CMYK 0 0.31 0.97 0.02
HSL 40.74º 0.96% 0.5% -
HSV(B) 40.74º 0.97% 0.98% -
XYZ 54.22 49.84 6.96 -
YUV 176.51 32.34 180.42 -
System Red Green Blue C M Y K H S L
Decimal 250 172 7 0 0.31 0.97 0.02 40.74 0.96 0.5
Hex FA AC 7 0 1F 61 2 29 60 32
Octal 372 254 7 0 37 141 2 51 140 62
Binary 11111010 10101100 111 0 11111 1100001 10 101001 1100000 110010

Color Harmonies of #FAAC07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAAC07

Black with #FAAC07

Text Example


Text Example

White with #FAAC07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAAC07; }

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

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

background-color css

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

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

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

border-color css

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

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

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