Html Css Color HEX #F27130 Burnt Orange

📋 copy color: '#F27130'

red 242 ◦ green 113 ◦ blue 48

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

Shades of Burnt Orange #F27130

Tints of Burnt Orange #F27130

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 11.91%

R = 60.05%
G = 28.04%
B = 11.91%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.80

 K value IS 0.05

RGB Variations

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

Color information

#F27130 (or 0xF27130) is known color: Burnt Orange. HEX triplet: F2, 71 and 30. RGB value is (242,113,48). Sum of RGB (Red+Green+Blue) = 242+113+48=403 (53% of max value = 765). Red value is 242 (94.92% from 255 or 60.05% from 403); Green value is 113 (44.53% from 255 or 28.04% from 403); Blue value is 48 (19.14% from 255 or 11.91% from 403); Max value from RGB is 242 - color contains mainly: red. Hex color #F27130 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F27130 is #0D8ECF. Grayscale: #909090. Windows color (decimal): -888528 or 3174898. OLE color: 3174898.

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

Color convert

RGB 242 113 48 -
CMYK 0 0.53 0.80 0.05
HSL 20.1º 0.88% 0.57% -
HSV(B) 20.1º 0.8% 0.95% -
XYZ 43.06 30.9 6.49 -
YUV 144.16 73.74 197.79 -
System Red Green Blue C M Y K H S L
Decimal 242 113 48 0 0.53 0.80 0.05 20.1 0.88 0.57
Hex F2 71 30 0 35 50 5 14 58 39
Octal 362 161 60 0 65 120 5 24 130 71
Binary 11110010 1110001 110000 0 110101 1010000 101 10100 1011000 111001

Color Harmonies of #F27130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F27130

Black with #F27130

Text Example


Text Example

White with #F27130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F27130; }

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

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

background-color css

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

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

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

border-color css

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

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

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