Html Css Color HEX #F92F2D Red Orange

📋 copy color: '#F92F2D'

red 249 ◦ green 47 ◦ blue 45

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

Shades of Red Orange #F92F2D

Tints of Red Orange #F92F2D

RGB

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

 GREEN value IS 47 (18.75% from 255) = 13.78%

 BLUE value IS 45 (17.97% from 255) = 13.2%

R = 73.02%
G = 13.78%
B = 13.2%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.82

 K value IS 0.02

RGB Variations

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

Color information

#F92F2D (or 0xF92F2D) is known color: Red Orange. HEX triplet: F9, 2F and 2D. RGB value is (249,47,45). Sum of RGB (Red+Green+Blue) = 249+47+45=341 (45% of max value = 765). Red value is 249 (97.66% from 255 or 73.02% from 341); Green value is 47 (18.75% from 255 or 13.78% from 341); Blue value is 45 (17.97% from 255 or 13.20% from 341); Max value from RGB is 249 - color contains mainly: red. Hex color #F92F2D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F92F2D is #06D0D2. Grayscale: #6B6B6B. Windows color (decimal): -446675 or 2961401. OLE color: 2961401.

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

Color convert

RGB 249 47 45 -
CMYK 0 0.81 0.82 0.02
HSL 0.59º 0.94% 0.58% -
HSV(B) 0.59º 0.82% 0.98% -
XYZ 40.56 22.36 4.66 -
YUV 107.17 92.92 229.16 -
System Red Green Blue C M Y K H S L
Decimal 249 47 45 0 0.81 0.82 0.02 0.59 0.94 0.58
Hex F9 2F 2D 0 51 52 2 1 5E 3A
Octal 371 57 55 0 121 122 2 1 136 72
Binary 11111001 101111 101101 0 1010001 1010010 10 1 1011110 111010

Color Harmonies of #F92F2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F92F2D

Black with #F92F2D

Text Example


Text Example

White with #F92F2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F92F2D; }

 p { color: rgb(249,47,45); }

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

background-color css

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

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

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

border-color css

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

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

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