Html Css Color HEX #F69050 Crusta

📋 copy color: '#F69050'

red 246 ◦ green 144 ◦ blue 80

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

Shades of Crusta #F69050

Tints of Crusta #F69050

RGB

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

 GREEN value IS 144 (56.64% from 255) = 30.64%

 BLUE value IS 80 (31.64% from 255) = 17.02%

R = 52.34%
G = 30.64%
B = 17.02%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.67

 K value IS 0.04

RGB Variations

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

Color information

#F69050 (or 0xF69050) is known color: Crusta. HEX triplet: F6, 90 and 50. RGB value is (246,144,80). Sum of RGB (Red+Green+Blue) = 246+144+80=470 (62% of max value = 765). Red value is 246 (96.48% from 255 or 52.34% from 470); Green value is 144 (56.64% from 255 or 30.64% from 470); Blue value is 80 (31.64% from 255 or 17.02% from 470); Max value from RGB is 246 - color contains mainly: red. Hex color #F69050 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F69050 is #096FAF. Grayscale: #A7A7A7. Windows color (decimal): -618416 or 5279990. OLE color: 5279990.

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

Color convert

RGB 246 144 80 -
CMYK 0 0.41 0.67 0.04
HSL 23.13º 0.9% 0.64% -
HSV(B) 23.13º 0.67% 0.96% -
XYZ 49.43 40.12 12.73 -
YUV 167.2 78.79 184.2 -
System Red Green Blue C M Y K H S L
Decimal 246 144 80 0 0.41 0.67 0.04 23.13 0.9 0.64
Hex F6 90 50 0 29 43 4 17 5A 40
Octal 366 220 120 0 51 103 4 27 132 100
Binary 11110110 10010000 1010000 0 101001 1000011 100 10111 1011010 1000000

Color Harmonies of #F69050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F69050

Black with #F69050

Text Example


Text Example

White with #F69050

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F69050; }

 p { color: rgb(246,144,80); }

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

background-color css

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

 a { background-color: rgb(246,144,80); }

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

border-color css

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

 span { border-color: rgb(246,144,80); }

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