Html Css Color HEX #F6874A Crusta

📋 copy color: '#F6874A'

red 246 ◦ green 135 ◦ blue 74

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

Shades of Crusta #F6874A

Tints of Crusta #F6874A

RGB

 RED value IS 246 (96.48% from 255) = 54.07%

 GREEN value IS 135 (53.13% from 255) = 29.67%

 BLUE value IS 74 (29.3% from 255) = 16.26%

R = 54.07%
G = 29.67%
B = 16.26%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.70

 K value IS 0.04

RGB Variations

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

Color information

#F6874A (or 0xF6874A) is known color: Crusta. HEX triplet: F6, 87 and 4A. RGB value is (246,135,74). Sum of RGB (Red+Green+Blue) = 246+135+74=455 (60% of max value = 765). Red value is 246 (96.48% from 255 or 54.07% from 455); Green value is 135 (53.12% from 255 or 29.67% from 455); Blue value is 74 (29.30% from 255 or 16.26% from 455); Max value from RGB is 246 - color contains mainly: red. Hex color #F6874A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F6874A is #0978B5. Grayscale: #A1A1A1. Windows color (decimal): -620726 or 4884470. OLE color: 4884470.

HSL color Cylindrical-coordinate representation of color #F6874A: hue angle of 21.28º degrees, saturation: 0.91, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F6874A is Cyan = 0, Magento = 0.45, Yellow = 0.70 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 135 74 -
CMYK 0 0.45 0.70 0.04
HSL 21.28º 0.91% 0.63% -
HSV(B) 21.28º 0.7% 0.96% -
XYZ 47.91 37.42 11.18 -
YUV 161.24 78.77 188.46 -
System Red Green Blue C M Y K H S L
Decimal 246 135 74 0 0.45 0.70 0.04 21.28 0.91 0.63
Hex F6 87 4A 0 2D 46 4 15 5B 3F
Octal 366 207 112 0 55 106 4 25 133 77
Binary 11110110 10000111 1001010 0 101101 1000110 100 10101 1011011 111111

Color Harmonies of #F6874A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6874A

Black with #F6874A

Text Example


Text Example

White with #F6874A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6874A; }

 p { color: rgb(246,135,74); }

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

background-color css

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

 a { background-color: rgb(246,135,74); }

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

border-color css

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

 span { border-color: rgb(246,135,74); }

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