Html Css Color HEX #F2714B Burnt Sienna

📋 copy color: '#F2714B'

red 242 ◦ green 113 ◦ blue 75

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

Shades of Burnt Sienna #F2714B

Tints of Burnt Sienna #F2714B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 17.44%

R = 56.28%
G = 26.28%
B = 17.44%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.69

 K value IS 0.05

RGB Variations

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

Color information

#F2714B (or 0xF2714B) is known color: Burnt Sienna. HEX triplet: F2, 71 and 4B. RGB value is (242,113,75). Sum of RGB (Red+Green+Blue) = 242+113+75=430 (56% of max value = 765). Red value is 242 (94.92% from 255 or 56.28% from 430); Green value is 113 (44.53% from 255 or 26.28% from 430); Blue value is 75 (29.69% from 255 or 17.44% from 430); Max value from RGB is 242 - color contains mainly: red. Hex color #F2714B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F2714B is #0D8EB4. Grayscale: #939393. Windows color (decimal): -888501 or 4944370. OLE color: 4944370.

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

Color convert

RGB 242 113 75 -
CMYK 0 0.53 0.69 0.05
HSL 13.65º 0.87% 0.62% -
HSV(B) 13.65º 0.69% 0.95% -
XYZ 43.79 31.2 10.37 -
YUV 147.24 87.24 195.59 -
System Red Green Blue C M Y K H S L
Decimal 242 113 75 0 0.53 0.69 0.05 13.65 0.87 0.62
Hex F2 71 4B 0 35 45 5 E 57 3E
Octal 362 161 113 0 65 105 5 16 127 76
Binary 11110010 1110001 1001011 0 110101 1000101 101 1110 1010111 111110

Color Harmonies of #F2714B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2714B

Black with #F2714B

Text Example


Text Example

White with #F2714B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2714B; }

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

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

background-color css

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

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

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

border-color css

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

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

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