Html Css Color HEX #F6824B Crusta

📋 copy color: '#F6824B'

red 246 ◦ green 130 ◦ blue 75

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

Shades of Crusta #F6824B

Tints of Crusta #F6824B

RGB

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

 GREEN value IS 130 (51.17% from 255) = 28.82%

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

R = 54.55%
G = 28.82%
B = 16.63%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.70

 K value IS 0.04

RGB Variations

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

Color information

#F6824B (or 0xF6824B) is known color: Crusta. HEX triplet: F6, 82 and 4B. RGB value is (246,130,75). Sum of RGB (Red+Green+Blue) = 246+130+75=451 (59% of max value = 765). Red value is 246 (96.48% from 255 or 54.55% from 451); Green value is 130 (51.17% from 255 or 28.82% from 451); Blue value is 75 (29.69% from 255 or 16.63% from 451); Max value from RGB is 246 - color contains mainly: red. Hex color #F6824B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F6824B is #097DB4. Grayscale: #9E9E9E. Windows color (decimal): -622005 or 4948726. OLE color: 4948726.

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

Color convert

RGB 246 130 75 -
CMYK 0 0.47 0.70 0.04
HSL 19.3º 0.9% 0.63% -
HSV(B) 19.3º 0.7% 0.96% -
XYZ 47.26 36.07 11.13 -
YUV 158.41 80.93 190.47 -
System Red Green Blue C M Y K H S L
Decimal 246 130 75 0 0.47 0.70 0.04 19.3 0.9 0.63
Hex F6 82 4B 0 2F 46 4 13 5A 3F
Octal 366 202 113 0 57 106 4 23 132 77
Binary 11110110 10000010 1001011 0 101111 1000110 100 10011 1011010 111111

Color Harmonies of #F6824B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6824B

Black with #F6824B

Text Example


Text Example

White with #F6824B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6824B; }

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

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

background-color css

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

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

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

border-color css

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

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

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