Html Css Color HEX #FF6F27 Burnt Orange

📋 copy color: '#FF6F27'

red 255 ◦ green 111 ◦ blue 39

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

Shades of Burnt Orange #FF6F27

Tints of Burnt Orange #FF6F27

RGB

 RED value IS 255 (100% from 255) = 62.96%

 GREEN value IS 111 (43.75% from 255) = 27.41%

 BLUE value IS 39 (15.63% from 255) = 9.63%

R = 62.96%
G = 27.41%
B = 9.63%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.85

 K value IS 0

RGB Variations

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

Color information

#FF6F27 (or 0xFF6F27) is known color: Burnt Orange. HEX triplet: FF, 6F and 27. RGB value is (255,111,39). Sum of RGB (Red+Green+Blue) = 255+111+39=405 (53% of max value = 765). Red value is 255 (100% from 255 or 62.96% from 405); Green value is 111 (43.75% from 255 or 27.41% from 405); Blue value is 39 (15.62% from 255 or 9.63% from 405); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6F27 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF6F27 is #0090D8. Grayscale: #929292. Windows color (decimal): -37081 or 2584575. OLE color: 2584575.

HSL color Cylindrical-coordinate representation of color #FF6F27: hue angle of 20º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FF6F27 is Cyan = 0, Magento = 0.56, Yellow = 0.85 and Black (K on CMYK) = 0.

Color convert

RGB 255 111 39 -
CMYK 0 0.56 0.85 0
HSL 20º 1% 0.58% -
HSV(B) 20º 0.85% 1% -
XYZ 47.29 32.78 5.75 -
YUV 145.85 67.71 205.85 -
System Red Green Blue C M Y K H S L
Decimal 255 111 39 0 0.56 0.85 0 20 1 0.58
Hex FF 6F 27 0 38 55 0 14 64 3A
Octal 377 157 47 0 70 125 0 24 144 72
Binary 11111111 1101111 100111 0 111000 1010101 0 10100 1100100 111010

Color Harmonies of #FF6F27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF6F27

Black with #FF6F27

Text Example


Text Example

White with #FF6F27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF6F27; }

 p { color: rgb(255,111,39); }

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

background-color css

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

 a { background-color: rgb(255,111,39); }

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

border-color css

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

 span { border-color: rgb(255,111,39); }

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