Html Css Color HEX #F93527 Red Orange

📋 copy color: '#F93527'

red 249 ◦ green 53 ◦ blue 39

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

Shades of Red Orange #F93527

Tints of Red Orange #F93527

RGB

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

 GREEN value IS 53 (21.09% from 255) = 15.54%

 BLUE value IS 39 (15.63% from 255) = 11.44%

R = 73.02%
G = 15.54%
B = 11.44%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.84

 K value IS 0.02

RGB Variations

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

Color information

#F93527 (or 0xF93527) is known color: Red Orange. HEX triplet: F9, 35 and 27. RGB value is (249,53,39). Sum of RGB (Red+Green+Blue) = 249+53+39=341 (45% of max value = 765). Red value is 249 (97.66% from 255 or 73.02% from 341); Green value is 53 (21.09% from 255 or 15.54% from 341); Blue value is 39 (15.62% from 255 or 11.44% from 341); Max value from RGB is 249 - color contains mainly: red. Hex color #F93527 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F93527 is #06CAD8. Grayscale: #6E6E6E. Windows color (decimal): -445145 or 2569721. OLE color: 2569721.

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

Color convert

RGB 249 53 39 -
CMYK 0 0.79 0.84 0.02
HSL 0.95% 0.56% -
HSV(B) 0.84% 0.98% -
XYZ 40.71 22.83 4.18 -
YUV 110.01 87.93 227.14 -
System Red Green Blue C M Y K H S L
Decimal 249 53 39 0 0.79 0.84 0.02 4 0.95 0.56
Hex F9 35 27 0 4F 54 2 4 5F 38
Octal 371 65 47 0 117 124 2 4 137 70
Binary 11111001 110101 100111 0 1001111 1010100 10 100 1011111 111000

Color Harmonies of #F93527

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F93527

Black with #F93527

Text Example


Text Example

White with #F93527

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F93527; }

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

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

background-color css

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

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

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

border-color css

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

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

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