Html Css Color HEX #F94302 Orange Red

📋 copy color: '#F94302'

red 249 ◦ green 67 ◦ blue 2

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

Shades of Orange Red #F94302

Tints of Orange Red #F94302

RGB

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

 GREEN value IS 67 (26.56% from 255) = 21.07%

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

R = 78.3%
G = 21.07%
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

#F94302 (or 0xF94302) is known color: Orange Red. HEX triplet: F9, 43 and 02. RGB value is (249,67,2). Sum of RGB (Red+Green+Blue) = 249+67+2=318 (42% of max value = 765). Red value is 249 (97.66% from 255 or 78.30% from 318); Green value is 67 (26.56% from 255 or 21.07% from 318); Blue value is 2 (1.17% from 255 or 0.63% from 318); Max value from RGB is 249 - color contains mainly: red. Hex color #F94302 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F94302 is #06BCFD. Grayscale: #727272. Windows color (decimal): -441598 or 148473. OLE color: 148473.

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

Color convert

RGB 249 67 2 -
CMYK 0 0.73 0.99 0.02
HSL 15.79º 0.98% 0.49% -
HSV(B) 15.79º 0.99% 0.98% -
XYZ 41.09 24.16 2.56 -
YUV 114.01 64.8 224.29 -
System Red Green Blue C M Y K H S L
Decimal 249 67 2 0 0.73 0.99 0.02 15.79 0.98 0.49
Hex F9 43 2 0 49 63 2 10 62 31
Octal 371 103 2 0 111 143 2 20 142 61
Binary 11111001 1000011 10 0 1001001 1100011 10 10000 1100010 110001

Color Harmonies of #F94302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F94302

Black with #F94302

Text Example


Text Example

White with #F94302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F94302; }

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

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

background-color css

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

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

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

border-color css

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

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

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