Html Css Color HEX #F94035 Red Orange

📋 copy color: '#F94035'

red 249 ◦ green 64 ◦ blue 53

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

Shades of Red Orange #F94035

Tints of Red Orange #F94035

RGB

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

 GREEN value IS 64 (25.39% from 255) = 17.49%

 BLUE value IS 53 (21.09% from 255) = 14.48%

R = 68.03%
G = 17.49%
B = 14.48%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.79

 K value IS 0.02

RGB Variations

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

Color information

#F94035 (or 0xF94035) is known color: Red Orange. HEX triplet: F9, 40 and 35. RGB value is (249,64,53). Sum of RGB (Red+Green+Blue) = 249+64+53=366 (48% of max value = 765). Red value is 249 (97.66% from 255 or 68.03% from 366); Green value is 64 (25.39% from 255 or 17.49% from 366); Blue value is 53 (21.09% from 255 or 14.48% from 366); Max value from RGB is 249 - color contains mainly: red. Hex color #F94035 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F94035 is #06BFCA. Grayscale: #767676. Windows color (decimal): -442315 or 3490041. OLE color: 3490041.

HSL color Cylindrical-coordinate representation of color #F94035: hue angle of 3.37º degrees, saturation: 0.94, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F94035 is Cyan = 0, Magento = 0.74, Yellow = 0.79 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 64 53 -
CMYK 0 0.74 0.79 0.02
HSL 3.37º 0.94% 0.59% -
HSV(B) 3.37º 0.79% 0.98% -
XYZ 41.54 24.06 5.82 -
YUV 118.06 91.29 221.39 -
System Red Green Blue C M Y K H S L
Decimal 249 64 53 0 0.74 0.79 0.02 3.37 0.94 0.59
Hex F9 40 35 0 4A 4F 2 3 5E 3B
Octal 371 100 65 0 112 117 2 3 136 73
Binary 11111001 1000000 110101 0 1001010 1001111 10 11 1011110 111011

Color Harmonies of #F94035

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F94035

Black with #F94035

Text Example


Text Example

White with #F94035

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F94035; }

 p { color: rgb(249,64,53); }

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

background-color css

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

 a { background-color: rgb(249,64,53); }

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

border-color css

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

 span { border-color: rgb(249,64,53); }

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