Html Css Color HEX #F94102 Orange Red

📋 copy color: '#F94102'

red 249 ◦ green 65 ◦ blue 2

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

Shades of Orange Red #F94102

Tints of Orange Red #F94102

RGB

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

 GREEN value IS 65 (25.78% from 255) = 20.57%

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

R = 78.8%
G = 20.57%
B = 0.63%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.99

 K value IS 0.02

RGB Variations

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

Color information

#F94102 (or 0xF94102) is known color: Orange Red. HEX triplet: F9, 41 and 02. RGB value is (249,65,2). Sum of RGB (Red+Green+Blue) = 249+65+2=316 (41% of max value = 765). Red value is 249 (97.66% from 255 or 78.80% from 316); Green value is 65 (25.78% from 255 or 20.57% from 316); Blue value is 2 (1.17% from 255 or 0.63% from 316); Max value from RGB is 249 - color contains mainly: red. Hex color #F94102 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F94102 is #06BEFD. Grayscale: #717171. Windows color (decimal): -442110 or 147961. OLE color: 147961.

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

Color convert

RGB 249 65 2 -
CMYK 0 0.74 0.99 0.02
HSL 15.3º 0.98% 0.49% -
HSV(B) 15.3º 0.99% 0.98% -
XYZ 40.97 23.92 2.52 -
YUV 112.83 65.46 225.12 -
System Red Green Blue C M Y K H S L
Decimal 249 65 2 0 0.74 0.99 0.02 15.3 0.98 0.49
Hex F9 41 2 0 4A 63 2 F 62 31
Octal 371 101 2 0 112 143 2 17 142 61
Binary 11111001 1000001 10 0 1001010 1100011 10 1111 1100010 110001

Color Harmonies of #F94102

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F94102

Black with #F94102

Text Example


Text Example

White with #F94102

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F94102; }

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

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

background-color css

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

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

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

border-color css

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

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

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