Html Css Color HEX #F7854C Crusta

📋 copy color: '#F7854C'

red 247 ◦ green 133 ◦ blue 76

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

Shades of Crusta #F7854C

Tints of Crusta #F7854C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 16.67%

R = 54.17%
G = 29.17%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.69

 K value IS 0.03

RGB Variations

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

Color information

#F7854C (or 0xF7854C) is known color: Crusta. HEX triplet: F7, 85 and 4C. RGB value is (247,133,76). Sum of RGB (Red+Green+Blue) = 247+133+76=456 (60% of max value = 765). Red value is 247 (96.88% from 255 or 54.17% from 456); Green value is 133 (52.34% from 255 or 29.17% from 456); Blue value is 76 (30.08% from 255 or 16.67% from 456); Max value from RGB is 247 - color contains mainly: red. Hex color #F7854C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F7854C is #087AB3. Grayscale: #A0A0A0. Windows color (decimal): -555700 or 5015031. OLE color: 5015031.

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

Color convert

RGB 247 133 76 -
CMYK 0 0.46 0.69 0.03
HSL 20º 0.91% 0.63% -
HSV(B) 20º 0.69% 0.97% -
XYZ 48.05 37.07 11.46 -
YUV 160.59 80.27 189.63 -
System Red Green Blue C M Y K H S L
Decimal 247 133 76 0 0.46 0.69 0.03 20 0.91 0.63
Hex F7 85 4C 0 2E 45 3 14 5B 3F
Octal 367 205 114 0 56 105 3 24 133 77
Binary 11110111 10000101 1001100 0 101110 1000101 11 10100 1011011 111111

Color Harmonies of #F7854C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7854C

Black with #F7854C

Text Example


Text Example

White with #F7854C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7854C; }

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

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

background-color css

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

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

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

border-color css

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

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

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