Html Css Color HEX #F27140 Burnt Orange

📋 copy color: '#F27140'

red 242 ◦ green 113 ◦ blue 64

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

Shades of Burnt Orange #F27140

Tints of Burnt Orange #F27140

RGB

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

 GREEN value IS 113 (44.53% from 255) = 26.97%

 BLUE value IS 64 (25.39% from 255) = 15.27%

R = 57.76%
G = 26.97%
B = 15.27%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.74

 K value IS 0.05

RGB Variations

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

Color information

#F27140 (or 0xF27140) is known color: Burnt Orange. HEX triplet: F2, 71 and 40. RGB value is (242,113,64). Sum of RGB (Red+Green+Blue) = 242+113+64=419 (55% of max value = 765). Red value is 242 (94.92% from 255 or 57.76% from 419); Green value is 113 (44.53% from 255 or 26.97% from 419); Blue value is 64 (25.39% from 255 or 15.27% from 419); Max value from RGB is 242 - color contains mainly: red. Hex color #F27140 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F27140 is #0D8EBF. Grayscale: #929292. Windows color (decimal): -888512 or 4223474. OLE color: 4223474.

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

Color convert

RGB 242 113 64 -
CMYK 0 0.53 0.74 0.05
HSL 16.52º 0.87% 0.6% -
HSV(B) 16.52º 0.74% 0.95% -
XYZ 43.45 31.06 8.56 -
YUV 145.99 81.74 196.48 -
System Red Green Blue C M Y K H S L
Decimal 242 113 64 0 0.53 0.74 0.05 16.52 0.87 0.6
Hex F2 71 40 0 35 4A 5 11 57 3C
Octal 362 161 100 0 65 112 5 21 127 74
Binary 11110010 1110001 1000000 0 110101 1001010 101 10001 1010111 111100

Color Harmonies of #F27140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F27140

Black with #F27140

Text Example


Text Example

White with #F27140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F27140; }

 p { color: rgb(242,113,64); }

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

background-color css

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

 a { background-color: rgb(242,113,64); }

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

border-color css

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

 span { border-color: rgb(242,113,64); }

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