Html Css Color HEX #F6A800 Orange

📋 copy color: '#F6A800'

red 246 ◦ green 168 ◦ blue 0

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

Shades of Orange #F6A800

Tints of Orange #F6A800

RGB

 RED value IS 246 (96.48% from 255) = 59.42%

 GREEN value IS 168 (66.02% from 255) = 40.58%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 59.42%
G = 40.58%
B = 0%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 1

 K value IS 0.04

RGB Variations

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

Color information

#F6A800 (or 0xF6A800) is known color: Orange. HEX triplet: F6, A8 and 00. RGB value is (246,168,0). Sum of RGB (Red+Green+Blue) = 246+168+0=414 (54% of max value = 765). Red value is 246 (96.48% from 255 or 59.42% from 414); Green value is 168 (66.02% from 255 or 40.58% from 414); Blue value is 0 (0.39% from 255 or 0% from 414); Max value from RGB is 246 - color contains mainly: red. Hex color #F6A800 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F6A800 is #0957FF. Grayscale: #ACACAC. Windows color (decimal): -612352 or 43254. OLE color: 43254.

HSL color Cylindrical-coordinate representation of color #F6A800: hue angle of 40.98º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F6A800 is Cyan = 0, Magento = 0.32, Yellow = 1 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 168 0 -
CMYK 0 0.32 1 0.04
HSL 40.98º 1% 0.48% -
HSV(B) 40.98º 1% 0.96% -
XYZ 52.01 47.6 6.45 -
YUV 172.17 30.84 180.66 -
System Red Green Blue C M Y K H S L
Decimal 246 168 0 0 0.32 1 0.04 40.98 1 0.48
Hex F6 A8 0 0 20 64 4 29 64 30
Octal 366 250 0 0 40 144 4 51 144 60
Binary 11110110 10101000 0 0 100000 1100100 100 101001 1100100 110000

Color Harmonies of #F6A800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6A800

Black with #F6A800

Text Example


Text Example

White with #F6A800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6A800; }

 p { color: rgb(246,168,0); }

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

background-color css

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

 a { background-color: rgb(246,168,0); }

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

border-color css

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

 span { border-color: rgb(246,168,0); }

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