Html Css Color HEX #FFA704 Orange

📋 copy color: '#FFA704'

red 255 ◦ green 167 ◦ blue 4

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

Shades of Orange #FFA704

Tints of Orange #FFA704

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 0.94%

R = 59.86%
G = 39.2%
B = 0.94%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.98

 K value IS 0

RGB Variations

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

Color information

#FFA704 (or 0xFFA704) is known color: Orange. HEX triplet: FF, A7 and 04. RGB value is (255,167,4). Sum of RGB (Red+Green+Blue) = 255+167+4=426 (56% of max value = 765). Red value is 255 (100% from 255 or 59.86% from 426); Green value is 167 (65.62% from 255 or 39.20% from 426); Blue value is 4 (1.95% from 255 or 0.94% from 426); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA704 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FFA704 is #0058FB. Grayscale: #AFAFAF. Windows color (decimal): -22780 or 305151. OLE color: 305151.

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

Color convert

RGB 255 167 4 -
CMYK 0 0.35 0.98 0
HSL 38.96º 1% 0.51% -
HSV(B) 38.96º 0.98% 1% -
XYZ 55.08 48.91 6.65 -
YUV 174.73 31.65 185.25 -
System Red Green Blue C M Y K H S L
Decimal 255 167 4 0 0.35 0.98 0 38.96 1 0.51
Hex FF A7 4 0 23 62 0 27 64 33
Octal 377 247 4 0 43 142 0 47 144 63
Binary 11111111 10100111 100 0 100011 1100010 0 100111 1100100 110011

Color Harmonies of #FFA704

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFA704

Black with #FFA704

Text Example


Text Example

White with #FFA704

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFA704; }

 p { color: rgb(255,167,4); }

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

background-color css

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

 a { background-color: rgb(255,167,4); }

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

border-color css

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

 span { border-color: rgb(255,167,4); }

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