Html Css Color HEX #F27635 Burnt Orange

📋 copy color: '#F27635'

red 242 ◦ green 118 ◦ blue 53

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

Shades of Burnt Orange #F27635

Tints of Burnt Orange #F27635

RGB

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

 GREEN value IS 118 (46.48% from 255) = 28.57%

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

R = 58.6%
G = 28.57%
B = 12.83%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.78

 K value IS 0.05

RGB Variations

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

Color information

#F27635 (or 0xF27635) is known color: Burnt Orange. HEX triplet: F2, 76 and 35. RGB value is (242,118,53). Sum of RGB (Red+Green+Blue) = 242+118+53=413 (54% of max value = 765). Red value is 242 (94.92% from 255 or 58.60% from 413); Green value is 118 (46.48% from 255 or 28.57% from 413); Blue value is 53 (21.09% from 255 or 12.83% from 413); Max value from RGB is 242 - color contains mainly: red. Hex color #F27635 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F27635 is #0D89CA. Grayscale: #949494. Windows color (decimal): -887243 or 3503858. OLE color: 3503858.

HSL color Cylindrical-coordinate representation of color #F27635: hue angle of 20.63º 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 #F27635 is Cyan = 0, Magento = 0.51, Yellow = 0.78 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 118 53 -
CMYK 0 0.51 0.78 0.05
HSL 20.63º 0.88% 0.58% -
HSV(B) 20.63º 0.78% 0.95% -
XYZ 43.74 32.09 7.26 -
YUV 147.67 74.58 195.29 -
System Red Green Blue C M Y K H S L
Decimal 242 118 53 0 0.51 0.78 0.05 20.63 0.88 0.58
Hex F2 76 35 0 33 4E 5 15 58 3A
Octal 362 166 65 0 63 116 5 25 130 72
Binary 11110010 1110110 110101 0 110011 1001110 101 10101 1011000 111010

Color Harmonies of #F27635

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F27635

Black with #F27635

Text Example


Text Example

White with #F27635

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F27635; }

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

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

background-color css

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

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

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

border-color css

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

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

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