Html Css Color HEX #F27452 Burnt Sienna

📋 copy color: '#F27452'

red 242 ◦ green 116 ◦ blue 82

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

Shades of Burnt Sienna #F27452

Tints of Burnt Sienna #F27452

RGB

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

 GREEN value IS 116 (45.7% from 255) = 26.36%

 BLUE value IS 82 (32.42% from 255) = 18.64%

R = 55%
G = 26.36%
B = 18.64%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.66

 K value IS 0.05

RGB Variations

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

Color information

#F27452 (or 0xF27452) is known color: Burnt Sienna. HEX triplet: F2, 74 and 52. RGB value is (242,116,82). Sum of RGB (Red+Green+Blue) = 242+116+82=440 (58% of max value = 765). Red value is 242 (94.92% from 255 or 55% from 440); Green value is 116 (45.70% from 255 or 26.36% from 440); Blue value is 82 (32.42% from 255 or 18.64% from 440); Max value from RGB is 242 - color contains mainly: red. Hex color #F27452 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F27452 is #0D8BAD. Grayscale: #969696. Windows color (decimal): -887726 or 5403890. OLE color: 5403890.

HSL color Cylindrical-coordinate representation of color #F27452: hue angle of 12.75º degrees, saturation: 0.86, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F27452 is Cyan = 0, Magento = 0.52, Yellow = 0.66 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 116 82 -
CMYK 0 0.52 0.66 0.05
HSL 12.75º 0.86% 0.64% -
HSV(B) 12.75º 0.66% 0.95% -
XYZ 44.39 31.98 11.82 -
YUV 149.8 89.74 193.76 -
System Red Green Blue C M Y K H S L
Decimal 242 116 82 0 0.52 0.66 0.05 12.75 0.86 0.64
Hex F2 74 52 0 34 42 5 D 56 40
Octal 362 164 122 0 64 102 5 15 126 100
Binary 11110010 1110100 1010010 0 110100 1000010 101 1101 1010110 1000000

Color Harmonies of #F27452

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F27452

Black with #F27452

Text Example


Text Example

White with #F27452

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F27452; }

 p { color: rgb(242,116,82); }

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

background-color css

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

 a { background-color: rgb(242,116,82); }

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

border-color css

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

 span { border-color: rgb(242,116,82); }

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