Html Css Color HEX #F92F1D Red Orange

📋 copy color: '#F92F1D'

red 249 ◦ green 47 ◦ blue 29

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

Shades of Red Orange #F92F1D

Tints of Red Orange #F92F1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 8.92%

R = 76.62%
G = 14.46%
B = 8.92%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.88

 K value IS 0.02

RGB Variations

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

Color information

#F92F1D (or 0xF92F1D) is known color: Red Orange. HEX triplet: F9, 2F and 1D. RGB value is (249,47,29). Sum of RGB (Red+Green+Blue) = 249+47+29=325 (43% of max value = 765). Red value is 249 (97.66% from 255 or 76.62% from 325); Green value is 47 (18.75% from 255 or 14.46% from 325); Blue value is 29 (11.72% from 255 or 8.92% from 325); Max value from RGB is 249 - color contains mainly: red. Hex color #F92F1D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F92F1D is #06D0E2. Grayscale: #696969. Windows color (decimal): -446691 or 1912825. OLE color: 1912825.

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

Color convert

RGB 249 47 29 -
CMYK 0 0.81 0.88 0.02
HSL 4.91º 0.95% 0.55% -
HSV(B) 4.91º 0.88% 0.98% -
XYZ 40.31 22.26 3.33 -
YUV 105.35 84.92 230.46 -
System Red Green Blue C M Y K H S L
Decimal 249 47 29 0 0.81 0.88 0.02 4.91 0.95 0.55
Hex F9 2F 1D 0 51 58 2 5 5F 37
Octal 371 57 35 0 121 130 2 5 137 67
Binary 11111001 101111 11101 0 1010001 1011000 10 101 1011111 110111

Color Harmonies of #F92F1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F92F1D

Black with #F92F1D

Text Example


Text Example

White with #F92F1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F92F1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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