Html Css Color HEX #F2481B Orange Red

📋 copy color: '#F2481B'

red 242 ◦ green 72 ◦ blue 27

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

Shades of Orange Red #F2481B

Tints of Orange Red #F2481B

RGB

 RED value IS 242 (94.92% from 255) = 70.97%

 GREEN value IS 72 (28.52% from 255) = 21.11%

 BLUE value IS 27 (10.94% from 255) = 7.92%

R = 70.97%
G = 21.11%
B = 7.92%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.89

 K value IS 0.05

RGB Variations

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

Color information

#F2481B (or 0xF2481B) is known color: Orange Red. HEX triplet: F2, 48 and 1B. RGB value is (242,72,27). Sum of RGB (Red+Green+Blue) = 242+72+27=341 (45% of max value = 765). Red value is 242 (94.92% from 255 or 70.97% from 341); Green value is 72 (28.52% from 255 or 21.11% from 341); Blue value is 27 (10.94% from 255 or 7.92% from 341); Max value from RGB is 242 - color contains mainly: red. Hex color #F2481B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F2481B is #0DB7E4. Grayscale: #767676. Windows color (decimal): -899045 or 1788146. OLE color: 1788146.

HSL color Cylindrical-coordinate representation of color #F2481B: hue angle of 12.56º degrees, saturation: 0.89, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F2481B is Cyan = 0, Magento = 0.70, Yellow = 0.89 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 72 27 -
CMYK 0 0.70 0.89 0.05
HSL 12.56º 0.89% 0.53% -
HSV(B) 12.56º 0.89% 0.95% -
XYZ 39.13 23.59 3.53 -
YUV 117.7 76.82 216.66 -
System Red Green Blue C M Y K H S L
Decimal 242 72 27 0 0.70 0.89 0.05 12.56 0.89 0.53
Hex F2 48 1B 0 46 59 5 D 59 35
Octal 362 110 33 0 106 131 5 15 131 65
Binary 11110010 1001000 11011 0 1000110 1011001 101 1101 1011001 110101

Color Harmonies of #F2481B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2481B

Black with #F2481B

Text Example


Text Example

White with #F2481B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2481B; }

 p { color: rgb(242,72,27); }

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

background-color css

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

 a { background-color: rgb(242,72,27); }

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

border-color css

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

 span { border-color: rgb(242,72,27); }

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