Html Css Color HEX #F27335 Burnt Orange

📋 copy color: '#F27335'

red 242 ◦ green 115 ◦ blue 53

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

Shades of Burnt Orange #F27335

Tints of Burnt Orange #F27335

RGB

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

 GREEN value IS 115 (45.31% from 255) = 28.05%

 BLUE value IS 53 (21.09% from 255) = 12.93%

R = 59.02%
G = 28.05%
B = 12.93%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.78

 K value IS 0.05

RGB Variations

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

Color information

#F27335 (or 0xF27335) is known color: Burnt Orange. HEX triplet: F2, 73 and 35. RGB value is (242,115,53). Sum of RGB (Red+Green+Blue) = 242+115+53=410 (54% of max value = 765). Red value is 242 (94.92% from 255 or 59.02% from 410); Green value is 115 (45.31% from 255 or 28.05% from 410); Blue value is 53 (21.09% from 255 or 12.93% from 410); Max value from RGB is 242 - color contains mainly: red. Hex color #F27335 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F27335 is #0D8CCA. Grayscale: #929292. Windows color (decimal): -888011 or 3503090. OLE color: 3503090.

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

Color convert

RGB 242 115 53 -
CMYK 0 0.52 0.78 0.05
HSL 19.68º 0.88% 0.58% -
HSV(B) 19.68º 0.78% 0.95% -
XYZ 43.39 31.4 7.14 -
YUV 145.91 75.58 196.54 -
System Red Green Blue C M Y K H S L
Decimal 242 115 53 0 0.52 0.78 0.05 19.68 0.88 0.58
Hex F2 73 35 0 34 4E 5 14 58 3A
Octal 362 163 65 0 64 116 5 24 130 72
Binary 11110010 1110011 110101 0 110100 1001110 101 10100 1011000 111010

Color Harmonies of #F27335

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F27335

Black with #F27335

Text Example


Text Example

White with #F27335

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F27335; }

 p { color: rgb(242,115,53); }

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

background-color css

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

 a { background-color: rgb(242,115,53); }

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

border-color css

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

 span { border-color: rgb(242,115,53); }

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