Html Css Color HEX #FF6F2D Burnt Orange

📋 copy color: '#FF6F2D'

red 255 ◦ green 111 ◦ blue 45

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

Shades of Burnt Orange #FF6F2D

Tints of Burnt Orange #FF6F2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 10.95%

R = 62.04%
G = 27.01%
B = 10.95%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.82

 K value IS 0

RGB Variations

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

Color information

#FF6F2D (or 0xFF6F2D) is known color: Burnt Orange. HEX triplet: FF, 6F and 2D. RGB value is (255,111,45). Sum of RGB (Red+Green+Blue) = 255+111+45=411 (54% of max value = 765). Red value is 255 (100% from 255 or 62.04% from 411); Green value is 111 (43.75% from 255 or 27.01% from 411); Blue value is 45 (17.97% from 255 or 10.95% from 411); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6F2D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF6F2D is #0090D2. Grayscale: #929292. Windows color (decimal): -37075 or 2977791. OLE color: 2977791.

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

Color convert

RGB 255 111 45 -
CMYK 0 0.56 0.82 0
HSL 18.86º 1% 0.59% -
HSV(B) 18.86º 0.82% 1% -
XYZ 47.4 32.82 6.32 -
YUV 146.53 70.71 205.37 -
System Red Green Blue C M Y K H S L
Decimal 255 111 45 0 0.56 0.82 0 18.86 1 0.59
Hex FF 6F 2D 0 38 52 0 13 64 3B
Octal 377 157 55 0 70 122 0 23 144 73
Binary 11111111 1101111 101101 0 111000 1010010 0 10011 1100100 111011

Color Harmonies of #FF6F2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF6F2D

Black with #FF6F2D

Text Example


Text Example

White with #FF6F2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF6F2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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