Html Css Color HEX #F93F2B Red Orange

📋 copy color: '#F93F2B'

red 249 ◦ green 63 ◦ blue 43

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

Shades of Red Orange #F93F2B

Tints of Red Orange #F93F2B

RGB

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

 GREEN value IS 63 (25% from 255) = 17.75%

 BLUE value IS 43 (17.19% from 255) = 12.11%

R = 70.14%
G = 17.75%
B = 12.11%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.83

 K value IS 0.02

RGB Variations

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

Color information

#F93F2B (or 0xF93F2B) is known color: Red Orange. HEX triplet: F9, 3F and 2B. RGB value is (249,63,43). Sum of RGB (Red+Green+Blue) = 249+63+43=355 (47% of max value = 765). Red value is 249 (97.66% from 255 or 70.14% from 355); Green value is 63 (25% from 255 or 17.75% from 355); Blue value is 43 (17.19% from 255 or 12.11% from 355); Max value from RGB is 249 - color contains mainly: red. Hex color #F93F2B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F93F2B is #06C0D4. Grayscale: #747474. Windows color (decimal): -442581 or 2834425. OLE color: 2834425.

HSL color Cylindrical-coordinate representation of color #F93F2B: hue angle of 5.83º degrees, saturation: 0.94, 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 #F93F2B is Cyan = 0, Magento = 0.75, Yellow = 0.83 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 63 43 -
CMYK 0 0.75 0.83 0.02
HSL 5.83º 0.94% 0.57% -
HSV(B) 5.83º 0.83% 0.98% -
XYZ 41.28 23.87 4.72 -
YUV 116.33 86.62 222.63 -
System Red Green Blue C M Y K H S L
Decimal 249 63 43 0 0.75 0.83 0.02 5.83 0.94 0.57
Hex F9 3F 2B 0 4B 53 2 6 5E 39
Octal 371 77 53 0 113 123 2 6 136 71
Binary 11111001 111111 101011 0 1001011 1010011 10 110 1011110 111001

Color Harmonies of #F93F2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F93F2B

Black with #F93F2B

Text Example


Text Example

White with #F93F2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F93F2B; }

 p { color: rgb(249,63,43); }

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

background-color css

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

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

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

border-color css

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

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

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