Html Css Color HEX #F68C4B Crusta

📋 copy color: '#F68C4B'

red 246 ◦ green 140 ◦ blue 75

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

Shades of Crusta #F68C4B

Tints of Crusta #F68C4B

RGB

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

 GREEN value IS 140 (55.08% from 255) = 30.37%

 BLUE value IS 75 (29.69% from 255) = 16.27%

R = 53.36%
G = 30.37%
B = 16.27%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.70

 K value IS 0.04

RGB Variations

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

Color information

#F68C4B (or 0xF68C4B) is known color: Crusta. HEX triplet: F6, 8C and 4B. RGB value is (246,140,75). Sum of RGB (Red+Green+Blue) = 246+140+75=461 (61% of max value = 765). Red value is 246 (96.48% from 255 or 53.36% from 461); Green value is 140 (55.08% from 255 or 30.37% from 461); Blue value is 75 (29.69% from 255 or 16.27% from 461); Max value from RGB is 246 - color contains mainly: red. Hex color #F68C4B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F68C4B is #0973B4. Grayscale: #A4A4A4. Windows color (decimal): -619445 or 4951286. OLE color: 4951286.

HSL color Cylindrical-coordinate representation of color #F68C4B: hue angle of 22.81º degrees, saturation: 0.9, 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 #F68C4B is Cyan = 0, Magento = 0.43, Yellow = 0.70 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 140 75 -
CMYK 0 0.43 0.70 0.04
HSL 22.81º 0.9% 0.63% -
HSV(B) 22.81º 0.7% 0.96% -
XYZ 48.65 38.86 11.59 -
YUV 164.28 77.62 186.29 -
System Red Green Blue C M Y K H S L
Decimal 246 140 75 0 0.43 0.70 0.04 22.81 0.9 0.63
Hex F6 8C 4B 0 2B 46 4 17 5A 3F
Octal 366 214 113 0 53 106 4 27 132 77
Binary 11110110 10001100 1001011 0 101011 1000110 100 10111 1011010 111111

Color Harmonies of #F68C4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F68C4B

Black with #F68C4B

Text Example


Text Example

White with #F68C4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F68C4B; }

 p { color: rgb(246,140,75); }

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

background-color css

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

 a { background-color: rgb(246,140,75); }

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

border-color css

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

 span { border-color: rgb(246,140,75); }

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