Html Css Color HEX #F94705 Orange Red

📋 copy color: '#F94705'

red 249 ◦ green 71 ◦ blue 5

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

Shades of Orange Red #F94705

Tints of Orange Red #F94705

RGB

 RED value IS 249 (97.66% from 255) = 76.62%

 GREEN value IS 71 (28.13% from 255) = 21.85%

 BLUE value IS 5 (2.34% from 255) = 1.54%

R = 76.62%
G = 21.85%
B = 1.54%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.98

 K value IS 0.02

RGB Variations

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

Color information

#F94705 (or 0xF94705) is known color: Orange Red. HEX triplet: F9, 47 and 05. RGB value is (249,71,5). Sum of RGB (Red+Green+Blue) = 249+71+5=325 (43% of max value = 765). Red value is 249 (97.66% from 255 or 76.62% from 325); Green value is 71 (28.12% from 255 or 21.85% from 325); Blue value is 5 (2.34% from 255 or 1.54% from 325); Max value from RGB is 249 - color contains mainly: red. Hex color #F94705 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F94705 is #06B8FA. Grayscale: #757575. Windows color (decimal): -440571 or 346105. OLE color: 346105.

HSL color Cylindrical-coordinate representation of color #F94705: hue angle of 16.23º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F94705 is Cyan = 0, Magento = 0.71, Yellow = 0.98 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 71 5 -
CMYK 0 0.71 0.98 0.02
HSL 16.23º 0.96% 0.5% -
HSV(B) 16.23º 0.98% 0.98% -
XYZ 41.35 24.66 2.72 -
YUV 116.7 64.97 222.37 -
System Red Green Blue C M Y K H S L
Decimal 249 71 5 0 0.71 0.98 0.02 16.23 0.96 0.5
Hex F9 47 5 0 47 62 2 10 60 32
Octal 371 107 5 0 107 142 2 20 140 62
Binary 11111001 1000111 101 0 1000111 1100010 10 10000 1100000 110010

Color Harmonies of #F94705

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F94705

Black with #F94705

Text Example


Text Example

White with #F94705

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F94705; }

 p { color: rgb(249,71,5); }

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

background-color css

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

 a { background-color: rgb(249,71,5); }

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

border-color css

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

 span { border-color: rgb(249,71,5); }

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