Html Css Color HEX #F0834C Crusta

📋 copy color: '#F0834C'

red 240 ◦ green 131 ◦ blue 76

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

Shades of Crusta #F0834C

Tints of Crusta #F0834C

RGB

 RED value IS 240 (94.14% from 255) = 53.69%

 GREEN value IS 131 (51.56% from 255) = 29.31%

 BLUE value IS 76 (30.08% from 255) = 17%

R = 53.69%
G = 29.31%
B = 17%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.68

 K value IS 0.06

RGB Variations

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

Color information

#F0834C (or 0xF0834C) is known color: Crusta. HEX triplet: F0, 83 and 4C. RGB value is (240,131,76). Sum of RGB (Red+Green+Blue) = 240+131+76=447 (59% of max value = 765). Red value is 240 (94.14% from 255 or 53.69% from 447); Green value is 131 (51.56% from 255 or 29.31% from 447); Blue value is 76 (30.08% from 255 or 17.00% from 447); Max value from RGB is 240 - color contains mainly: red. Hex color #F0834C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F0834C is #0F7CB3. Grayscale: #9D9D9D. Windows color (decimal): -1014964 or 5014512. OLE color: 5014512.

HSL color Cylindrical-coordinate representation of color #F0834C: hue angle of 20.12º degrees, saturation: 0.85, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F0834C is Cyan = 0, Magento = 0.45, Yellow = 0.68 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 131 76 -
CMYK 0 0.45 0.68 0.06
HSL 20.12º 0.85% 0.62% -
HSV(B) 20.12º 0.68% 0.94% -
XYZ 45.36 35.28 11.26 -
YUV 157.32 82.11 186.97 -
System Red Green Blue C M Y K H S L
Decimal 240 131 76 0 0.45 0.68 0.06 20.12 0.85 0.62
Hex F0 83 4C 0 2D 44 6 14 55 3E
Octal 360 203 114 0 55 104 6 24 125 76
Binary 11110000 10000011 1001100 0 101101 1000100 110 10100 1010101 111110

Color Harmonies of #F0834C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0834C

Black with #F0834C

Text Example


Text Example

White with #F0834C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0834C; }

 p { color: rgb(240,131,76); }

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

background-color css

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

 a { background-color: rgb(240,131,76); }

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

border-color css

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

 span { border-color: rgb(240,131,76); }

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