Html Css Color HEX #F93B2A Red Orange

📋 copy color: '#F93B2A'

red 249 ◦ green 59 ◦ blue 42

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

Shades of Red Orange #F93B2A

Tints of Red Orange #F93B2A

RGB

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

 GREEN value IS 59 (23.44% from 255) = 16.86%

 BLUE value IS 42 (16.8% from 255) = 12%

R = 71.14%
G = 16.86%
B = 12%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.83

 K value IS 0.02

RGB Variations

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

Color information

#F93B2A (or 0xF93B2A) is known color: Red Orange. HEX triplet: F9, 3B and 2A. RGB value is (249,59,42). Sum of RGB (Red+Green+Blue) = 249+59+42=350 (46% of max value = 765). Red value is 249 (97.66% from 255 or 71.14% from 350); Green value is 59 (23.44% from 255 or 16.86% from 350); Blue value is 42 (16.80% from 255 or 12% from 350); Max value from RGB is 249 - color contains mainly: red. Hex color #F93B2A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F93B2A is #06C4D5. Grayscale: #727272. Windows color (decimal): -443606 or 2767865. OLE color: 2767865.

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

Color convert

RGB 249 59 42 -
CMYK 0 0.76 0.83 0.02
HSL 4.93º 0.95% 0.57% -
HSV(B) 4.93º 0.83% 0.98% -
XYZ 41.05 23.43 4.55 -
YUV 113.87 87.45 224.38 -
System Red Green Blue C M Y K H S L
Decimal 249 59 42 0 0.76 0.83 0.02 4.93 0.95 0.57
Hex F9 3B 2A 0 4C 53 2 5 5F 39
Octal 371 73 52 0 114 123 2 5 137 71
Binary 11111001 111011 101010 0 1001100 1010011 10 101 1011111 111001

Color Harmonies of #F93B2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F93B2A

Black with #F93B2A

Text Example


Text Example

White with #F93B2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F93B2A; }

 p { color: rgb(249,59,42); }

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

background-color css

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

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

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

border-color css

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

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

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