Html Css Color HEX #F93434 Red Orange

📋 copy color: '#F93434'

red 249 ◦ green 52 ◦ blue 52

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

Shades of Red Orange #F93434

Tints of Red Orange #F93434

RGB

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

 GREEN value IS 52 (20.7% from 255) = 14.73%

 BLUE value IS 52 (20.7% from 255) = 14.73%

R = 70.54%
G = 14.73%
B = 14.73%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.79

 K value IS 0.02

RGB Variations

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

Color information

#F93434 (or 0xF93434) is known color: Red Orange. HEX triplet: F9, 34 and 34. RGB value is (249,52,52). Sum of RGB (Red+Green+Blue) = 249+52+52=353 (46% of max value = 765). Red value is 249 (97.66% from 255 or 70.54% from 353); Green value is 52 (20.70% from 255 or 14.73% from 353); Blue value is 52 (20.70% from 255 or 14.73% from 353); Max value from RGB is 249 - color contains mainly: red. Hex color #F93434 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F93434 is #06CBCB. Grayscale: #6F6F6F. Windows color (decimal): -445388 or 3421433. OLE color: 3421433.

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

Color convert

RGB 249 52 52 -
CMYK 0 0.79 0.79 0.02
HSL 0.94% 0.59% -
HSV(B) 0.79% 0.98% -
XYZ 40.91 22.84 5.5 -
YUV 110.9 94.77 226.5 -
System Red Green Blue C M Y K H S L
Decimal 249 52 52 0 0.79 0.79 0.02 0 0.94 0.59
Hex F9 34 34 0 4F 4F 2 0 5E 3B
Octal 371 64 64 0 117 117 2 0 136 73
Binary 11111001 110100 110100 0 1001111 1001111 10 0 1011110 111011

Color Harmonies of #F93434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F93434

Black with #F93434

Text Example


Text Example

White with #F93434

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F93434; }

 p { color: rgb(249,52,52); }

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

background-color css

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

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

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

border-color css

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

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

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