Html Css Color HEX #F94405 Orange Red

📋 copy color: '#F94405'

red 249 ◦ green 68 ◦ blue 5

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

Shades of Orange Red #F94405

Tints of Orange Red #F94405

RGB

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

 GREEN value IS 68 (26.95% from 255) = 21.12%

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

R = 77.33%
G = 21.12%
B = 1.55%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.98

 K value IS 0.02

RGB Variations

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

Color information

#F94405 (or 0xF94405) is known color: Orange Red. HEX triplet: F9, 44 and 05. RGB value is (249,68,5). Sum of RGB (Red+Green+Blue) = 249+68+5=322 (42% of max value = 765). Red value is 249 (97.66% from 255 or 77.33% from 322); Green value is 68 (26.95% from 255 or 21.12% from 322); Blue value is 5 (2.34% from 255 or 1.55% from 322); Max value from RGB is 249 - color contains mainly: red. Hex color #F94405 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F94405 is #06BBFA. Grayscale: #737373. Windows color (decimal): -441339 or 345337. OLE color: 345337.

HSL color Cylindrical-coordinate representation of color #F94405: hue angle of 15.49º 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 #F94405 is Cyan = 0, Magento = 0.73, Yellow = 0.98 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 68 5 -
CMYK 0 0.73 0.98 0.02
HSL 15.49º 0.96% 0.5% -
HSV(B) 15.49º 0.98% 0.98% -
XYZ 41.16 24.28 2.66 -
YUV 114.94 65.97 223.62 -
System Red Green Blue C M Y K H S L
Decimal 249 68 5 0 0.73 0.98 0.02 15.49 0.96 0.5
Hex F9 44 5 0 49 62 2 F 60 32
Octal 371 104 5 0 111 142 2 17 140 62
Binary 11111001 1000100 101 0 1001001 1100010 10 1111 1100000 110010

Color Harmonies of #F94405

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F94405

Black with #F94405

Text Example


Text Example

White with #F94405

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F94405; }

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

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

background-color css

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

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

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

border-color css

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

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

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