Html Css Color HEX #F7855F Crusta

📋 copy color: '#F7855F'

red 247 ◦ green 133 ◦ blue 95

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

Shades of Crusta #F7855F

Tints of Crusta #F7855F

RGB

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

 GREEN value IS 133 (52.34% from 255) = 28%

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

R = 52%
G = 28%
B = 20%

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

#F7855F (or 0xF7855F) is known color: Crusta. HEX triplet: F7, 85 and 5F. RGB value is (247,133,95). Sum of RGB (Red+Green+Blue) = 247+133+95=475 (62% of max value = 765). Red value is 247 (96.88% from 255 or 52% from 475); Green value is 133 (52.34% from 255 or 28% from 475); Blue value is 95 (37.5% from 255 or 20% from 475); Max value from RGB is 247 - color contains mainly: red. Hex color #F7855F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F7855F is #087AA0. Grayscale: #A3A3A3. Windows color (decimal): -555681 or 6260215. OLE color: 6260215.

HSL color Cylindrical-coordinate representation of color #F7855F: hue angle of 15º 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 #F7855F is Cyan = 0, Magento = 0.46, Yellow = 0.62 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 133 95 -
CMYK 0 0.46 0.62 0.03
HSL 15º 0.9% 0.67% -
HSV(B) 15º 0.62% 0.97% -
XYZ 48.81 37.38 15.47 -
YUV 162.75 89.77 188.09 -
System Red Green Blue C M Y K H S L
Decimal 247 133 95 0 0.46 0.62 0.03 15 0.9 0.67
Hex F7 85 5F 0 2E 3E 3 F 5A 43
Octal 367 205 137 0 56 76 3 17 132 103
Binary 11110111 10000101 1011111 0 101110 111110 11 1111 1011010 1000011

Color Harmonies of #F7855F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7855F

Black with #F7855F

Text Example


Text Example

White with #F7855F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7855F; }

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

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

background-color css

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

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

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

border-color css

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

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

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