Html Css Color HEX #F67E5A Crusta

📋 copy color: '#F67E5A'

red 246 ◦ green 126 ◦ blue 90

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

Shades of Crusta #F67E5A

Tints of Crusta #F67E5A

RGB

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

 GREEN value IS 126 (49.61% from 255) = 27.27%

 BLUE value IS 90 (35.55% from 255) = 19.48%

R = 53.25%
G = 27.27%
B = 19.48%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.63

 K value IS 0.04

RGB Variations

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

Color information

#F67E5A (or 0xF67E5A) is known color: Crusta. HEX triplet: F6, 7E and 5A. RGB value is (246,126,90). Sum of RGB (Red+Green+Blue) = 246+126+90=462 (61% of max value = 765). Red value is 246 (96.48% from 255 or 53.25% from 462); Green value is 126 (49.61% from 255 or 27.27% from 462); Blue value is 90 (35.55% from 255 or 19.48% from 462); Max value from RGB is 246 - color contains mainly: red. Hex color #F67E5A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F67E5A is #0981A5. Grayscale: #9E9E9E. Windows color (decimal): -623014 or 5930742. OLE color: 5930742.

HSL color Cylindrical-coordinate representation of color #F67E5A: hue angle of 13.85º degrees, saturation: 0.9, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F67E5A is Cyan = 0, Magento = 0.49, Yellow = 0.63 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 126 90 -
CMYK 0 0.49 0.63 0.04
HSL 13.85º 0.9% 0.66% -
HSV(B) 13.85º 0.63% 0.96% -
XYZ 47.31 35.25 13.98 -
YUV 157.78 89.76 190.93 -
System Red Green Blue C M Y K H S L
Decimal 246 126 90 0 0.49 0.63 0.04 13.85 0.9 0.66
Hex F6 7E 5A 0 31 3F 4 E 5A 42
Octal 366 176 132 0 61 77 4 16 132 102
Binary 11110110 1111110 1011010 0 110001 111111 100 1110 1011010 1000010

Color Harmonies of #F67E5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F67E5A

Black with #F67E5A

Text Example


Text Example

White with #F67E5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F67E5A; }

 p { color: rgb(246,126,90); }

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

background-color css

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

 a { background-color: rgb(246,126,90); }

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

border-color css

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

 span { border-color: rgb(246,126,90); }

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