Html Css Color HEX #F7865F Crusta

📋 copy color: '#F7865F'

red 247 ◦ green 134 ◦ blue 95

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

Shades of Crusta #F7865F

Tints of Crusta #F7865F

RGB

 RED value IS 247 (96.88% from 255) = 51.89%

 GREEN value IS 134 (52.73% from 255) = 28.15%

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

R = 51.89%
G = 28.15%
B = 19.96%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.62

 K value IS 0.03

RGB Variations

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

Color information

#F7865F (or 0xF7865F) is known color: Crusta. HEX triplet: F7, 86 and 5F. RGB value is (247,134,95). Sum of RGB (Red+Green+Blue) = 247+134+95=476 (63% of max value = 765). Red value is 247 (96.88% from 255 or 51.89% from 476); Green value is 134 (52.73% from 255 or 28.15% from 476); Blue value is 95 (37.5% from 255 or 19.96% from 476); Max value from RGB is 247 - color contains mainly: red. Hex color #F7865F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F7865F is #0879A0. Grayscale: #A3A3A3. Windows color (decimal): -555425 or 6260471. OLE color: 6260471.

HSL color Cylindrical-coordinate representation of color #F7865F: hue angle of 15.39º degrees, saturation: 0.9, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F7865F is Cyan = 0, Magento = 0.46, Yellow = 0.62 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 134 95 -
CMYK 0 0.46 0.62 0.03
HSL 15.39º 0.9% 0.67% -
HSV(B) 15.39º 0.62% 0.97% -
XYZ 48.95 37.65 15.51 -
YUV 163.34 89.44 187.67 -
System Red Green Blue C M Y K H S L
Decimal 247 134 95 0 0.46 0.62 0.03 15.39 0.9 0.67
Hex F7 86 5F 0 2E 3E 3 F 5A 43
Octal 367 206 137 0 56 76 3 17 132 103
Binary 11110111 10000110 1011111 0 101110 111110 11 1111 1011010 1000011

Color Harmonies of #F7865F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7865F

Black with #F7865F

Text Example


Text Example

White with #F7865F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7865F; }

 p { color: rgb(247,134,95); }

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

background-color css

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

 a { background-color: rgb(247,134,95); }

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

border-color css

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

 span { border-color: rgb(247,134,95); }

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