Html Css Color HEX #FFA607 Orange

📋 copy color: '#FFA607'

red 255 ◦ green 166 ◦ blue 7

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

Shades of Orange #FFA607

Tints of Orange #FFA607

RGB

 RED value IS 255 (100% from 255) = 59.58%

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

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

R = 59.58%
G = 38.79%
B = 1.64%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.97

 K value IS 0

RGB Variations

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

Color information

#FFA607 (or 0xFFA607) is known color: Orange. HEX triplet: FF, A6 and 07. RGB value is (255,166,7). Sum of RGB (Red+Green+Blue) = 255+166+7=428 (56% of max value = 765). Red value is 255 (100% from 255 or 59.58% from 428); Green value is 166 (65.23% from 255 or 38.79% from 428); Blue value is 7 (3.12% from 255 or 1.64% from 428); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA607 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FFA607 is #0059F8. Grayscale: #AFAFAF. Windows color (decimal): -23033 or 501503. OLE color: 501503.

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

Color convert

RGB 255 166 7 -
CMYK 0 0.35 0.97 0
HSL 38.47º 1% 0.51% -
HSV(B) 38.47º 0.97% 1% -
XYZ 54.91 48.55 6.68 -
YUV 174.49 33.49 185.43 -
System Red Green Blue C M Y K H S L
Decimal 255 166 7 0 0.35 0.97 0 38.47 1 0.51
Hex FF A6 7 0 23 61 0 26 64 33
Octal 377 246 7 0 43 141 0 46 144 63
Binary 11111111 10100110 111 0 100011 1100001 0 100110 1100100 110011

Color Harmonies of #FFA607

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFA607

Black with #FFA607

Text Example


Text Example

White with #FFA607

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFA607; }

 p { color: rgb(255,166,7); }

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

background-color css

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

 a { background-color: rgb(255,166,7); }

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

border-color css

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

 span { border-color: rgb(255,166,7); }

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