Html Css Color HEX #FF6F2B Burnt Orange

📋 copy color: '#FF6F2B'

red 255 ◦ green 111 ◦ blue 43

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

Shades of Burnt Orange #FF6F2B

Tints of Burnt Orange #FF6F2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 10.51%

R = 62.35%
G = 27.14%
B = 10.51%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.83

 K value IS 0

RGB Variations

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

Color information

#FF6F2B (or 0xFF6F2B) is known color: Burnt Orange. HEX triplet: FF, 6F and 2B. RGB value is (255,111,43). Sum of RGB (Red+Green+Blue) = 255+111+43=409 (54% of max value = 765). Red value is 255 (100% from 255 or 62.35% from 409); Green value is 111 (43.75% from 255 or 27.14% from 409); Blue value is 43 (17.19% from 255 or 10.51% from 409); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6F2B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF6F2B is #0090D4. Grayscale: #929292. Windows color (decimal): -37077 or 2846719. OLE color: 2846719.

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

Color convert

RGB 255 111 43 -
CMYK 0 0.56 0.83 0
HSL 19.25º 1% 0.58% -
HSV(B) 19.25º 0.83% 1% -
XYZ 47.36 32.8 6.12 -
YUV 146.3 69.71 205.53 -
System Red Green Blue C M Y K H S L
Decimal 255 111 43 0 0.56 0.83 0 19.25 1 0.58
Hex FF 6F 2B 0 38 53 0 13 64 3A
Octal 377 157 53 0 70 123 0 23 144 72
Binary 11111111 1101111 101011 0 111000 1010011 0 10011 1100100 111010

Color Harmonies of #FF6F2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF6F2B

Black with #FF6F2B

Text Example


Text Example

White with #FF6F2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF6F2B; }

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

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

background-color css

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

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

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

border-color css

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

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

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