Html Css Color HEX #FF6B5F Bittersweet

📋 copy color: '#FF6B5F'

red 255 ◦ green 107 ◦ blue 95

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

Shades of Bittersweet #FF6B5F

Tints of Bittersweet #FF6B5F

RGB

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

 GREEN value IS 107 (42.19% from 255) = 23.41%

 BLUE value IS 95 (37.5% from 255) = 20.79%

R = 55.8%
G = 23.41%
B = 20.79%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.63

 K value IS 0

RGB Variations

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

Color information

#FF6B5F (or 0xFF6B5F) is known color: Bittersweet. HEX triplet: FF, 6B and 5F. RGB value is (255,107,95). Sum of RGB (Red+Green+Blue) = 255+107+95=457 (60% of max value = 765). Red value is 255 (100% from 255 or 55.80% from 457); Green value is 107 (42.19% from 255 or 23.41% from 457); Blue value is 95 (37.5% from 255 or 20.79% from 457); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6B5F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF6B5F is #0094A0. Grayscale: #969696. Windows color (decimal): -38049 or 6253567. OLE color: 6253567.

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

Color convert

RGB 255 107 95 -
CMYK 0 0.58 0.63 0
HSL 4.5º 1% 0.69% -
HSV(B) 4.5º 0.63% 1% -
XYZ 48.56 32.6 14.56 -
YUV 149.88 97.03 202.98 -
System Red Green Blue C M Y K H S L
Decimal 255 107 95 0 0.58 0.63 0 4.5 1 0.69
Hex FF 6B 5F 0 3A 3F 0 4 64 45
Octal 377 153 137 0 72 77 0 4 144 105
Binary 11111111 1101011 1011111 0 111010 111111 0 100 1100100 1000101

Color Harmonies of #FF6B5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF6B5F

Black with #FF6B5F

Text Example


Text Example

White with #FF6B5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF6B5F; }

 p { color: rgb(255,107,95); }

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

background-color css

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

 a { background-color: rgb(255,107,95); }

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

border-color css

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

 span { border-color: rgb(255,107,95); }

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