Html Css Color HEX #F94504 Orange Red

📋 copy color: '#F94504'

red 249 ◦ green 69 ◦ blue 4

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

Shades of Orange Red #F94504

Tints of Orange Red #F94504

RGB

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

 GREEN value IS 69 (27.34% from 255) = 21.43%

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

R = 77.33%
G = 21.43%
B = 1.24%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.98

 K value IS 0.02

RGB Variations

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

Color information

#F94504 (or 0xF94504) is known color: Orange Red. HEX triplet: F9, 45 and 04. RGB value is (249,69,4). Sum of RGB (Red+Green+Blue) = 249+69+4=322 (42% of max value = 765). Red value is 249 (97.66% from 255 or 77.33% from 322); Green value is 69 (27.34% from 255 or 21.43% from 322); Blue value is 4 (1.95% from 255 or 1.24% from 322); Max value from RGB is 249 - color contains mainly: red. Hex color #F94504 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F94504 is #06BAFB. Grayscale: #737373. Windows color (decimal): -441084 or 280057. OLE color: 280057.

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

Color convert

RGB 249 69 4 -
CMYK 0 0.72 0.98 0.02
HSL 15.92º 0.97% 0.5% -
HSV(B) 15.92º 0.98% 0.98% -
XYZ 41.22 24.4 2.65 -
YUV 115.41 65.13 223.29 -
System Red Green Blue C M Y K H S L
Decimal 249 69 4 0 0.72 0.98 0.02 15.92 0.97 0.5
Hex F9 45 4 0 48 62 2 10 61 32
Octal 371 105 4 0 110 142 2 20 141 62
Binary 11111001 1000101 100 0 1001000 1100010 10 10000 1100001 110010

Color Harmonies of #F94504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F94504

Black with #F94504

Text Example


Text Example

White with #F94504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F94504; }

 p { color: rgb(249,69,4); }

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

background-color css

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

 a { background-color: rgb(249,69,4); }

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

border-color css

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

 span { border-color: rgb(249,69,4); }

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