Html Css Color HEX #F4A700 Orange

📋 copy color: '#F4A700'

red 244 ◦ green 167 ◦ blue 0

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

Shades of Orange #F4A700

Tints of Orange #F4A700

RGB

 RED value IS 244 (95.7% from 255) = 59.37%

 GREEN value IS 167 (65.63% from 255) = 40.63%

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

R = 59.37%
G = 40.63%
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

#F4A700 (or 0xF4A700) is known color: Orange. HEX triplet: F4, A7 and 00. RGB value is (244,167,0). Sum of RGB (Red+Green+Blue) = 244+167+0=411 (54% of max value = 765). Red value is 244 (95.70% from 255 or 59.37% from 411); Green value is 167 (65.62% from 255 or 40.63% from 411); Blue value is 0 (0.39% from 255 or 0% from 411); Max value from RGB is 244 - color contains mainly: red. Hex color #F4A700 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F4A700 is #0B58FF. Grayscale: #ABABAB. Windows color (decimal): -743680 or 42996. OLE color: 42996.

HSL color Cylindrical-coordinate representation of color #F4A700: hue angle of 41.07º 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 #F4A700 is Cyan = 0, Magento = 0.32, Yellow = 1 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 167 0 -
CMYK 0 0.32 1 0.04
HSL 41.07º 1% 0.48% -
HSV(B) 41.07º 1% 0.96% -
XYZ 51.13 46.87 6.35 -
YUV 170.99 31.51 180.08 -
System Red Green Blue C M Y K H S L
Decimal 244 167 0 0 0.32 1 0.04 41.07 1 0.48
Hex F4 A7 0 0 20 64 4 29 64 30
Octal 364 247 0 0 40 144 4 51 144 60
Binary 11110100 10100111 0 0 100000 1100100 100 101001 1100100 110000

Color Harmonies of #F4A700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4A700

Black with #F4A700

Text Example


Text Example

White with #F4A700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4A700; }

 p { color: rgb(244,167,0); }

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

background-color css

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

 a { background-color: rgb(244,167,0); }

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

border-color css

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

 span { border-color: rgb(244,167,0); }

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