Html Css Color HEX #F94602 Orange Red

📋 copy color: '#F94602'

red 249 ◦ green 70 ◦ blue 2

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

Shades of Orange Red #F94602

Tints of Orange Red #F94602

RGB

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

 GREEN value IS 70 (27.73% from 255) = 21.81%

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

R = 77.57%
G = 21.81%
B = 0.62%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.99

 K value IS 0.02

RGB Variations

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

Color information

#F94602 (or 0xF94602) is known color: Orange Red. HEX triplet: F9, 46 and 02. RGB value is (249,70,2). Sum of RGB (Red+Green+Blue) = 249+70+2=321 (42% of max value = 765). Red value is 249 (97.66% from 255 or 77.57% from 321); Green value is 70 (27.73% from 255 or 21.81% from 321); Blue value is 2 (1.17% from 255 or 0.62% from 321); Max value from RGB is 249 - color contains mainly: red. Hex color #F94602 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F94602 is #06B9FD. Grayscale: #747474. Windows color (decimal): -440830 or 149241. OLE color: 149241.

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

Color convert

RGB 249 70 2 -
CMYK 0 0.72 0.99 0.02
HSL 16.52º 0.98% 0.49% -
HSV(B) 16.52º 0.99% 0.98% -
XYZ 41.27 24.52 2.62 -
YUV 115.77 63.8 223.03 -
System Red Green Blue C M Y K H S L
Decimal 249 70 2 0 0.72 0.99 0.02 16.52 0.98 0.49
Hex F9 46 2 0 48 63 2 11 62 31
Octal 371 106 2 0 110 143 2 21 142 61
Binary 11111001 1000110 10 0 1001000 1100011 10 10001 1100010 110001

Color Harmonies of #F94602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F94602

Black with #F94602

Text Example


Text Example

White with #F94602

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F94602; }

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

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

background-color css

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

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

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

border-color css

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

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

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