Html Css Color HEX #F94402 Orange Red

📋 copy color: '#F94402'

red 249 ◦ green 68 ◦ blue 2

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

Shades of Orange Red #F94402

Tints of Orange Red #F94402

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.63%

R = 78.06%
G = 21.32%
B = 0.63%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.99

 K value IS 0.02

RGB Variations

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

Color information

#F94402 (or 0xF94402) is known color: Orange Red. HEX triplet: F9, 44 and 02. RGB value is (249,68,2). Sum of RGB (Red+Green+Blue) = 249+68+2=319 (42% of max value = 765). Red value is 249 (97.66% from 255 or 78.06% from 319); Green value is 68 (26.95% from 255 or 21.32% from 319); Blue value is 2 (1.17% from 255 or 0.63% from 319); Max value from RGB is 249 - color contains mainly: red. Hex color #F94402 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F94402 is #06BBFD. Grayscale: #737373. Windows color (decimal): -441342 or 148729. OLE color: 148729.

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

Color convert

RGB 249 68 2 -
CMYK 0 0.73 0.99 0.02
HSL 16.03º 0.98% 0.49% -
HSV(B) 16.03º 0.99% 0.98% -
XYZ 41.15 24.28 2.58 -
YUV 114.6 64.47 223.87 -
System Red Green Blue C M Y K H S L
Decimal 249 68 2 0 0.73 0.99 0.02 16.03 0.98 0.49
Hex F9 44 2 0 49 63 2 10 62 31
Octal 371 104 2 0 111 143 2 20 142 61
Binary 11111001 1000100 10 0 1001001 1100011 10 10000 1100010 110001

Color Harmonies of #F94402

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F94402

Black with #F94402

Text Example


Text Example

White with #F94402

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F94402; }

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

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

background-color css

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

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

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

border-color css

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

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

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