Html Css Color HEX #F07C4D Crusta

📋 copy color: '#F07C4D'

red 240 ◦ green 124 ◦ blue 77

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

Shades of Crusta #F07C4D

Tints of Crusta #F07C4D

RGB

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

 GREEN value IS 124 (48.83% from 255) = 28.12%

 BLUE value IS 77 (30.47% from 255) = 17.46%

R = 54.42%
G = 28.12%
B = 17.46%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.68

 K value IS 0.06

RGB Variations

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

Color information

#F07C4D (or 0xF07C4D) is known color: Crusta. HEX triplet: F0, 7C and 4D. RGB value is (240,124,77). Sum of RGB (Red+Green+Blue) = 240+124+77=441 (58% of max value = 765). Red value is 240 (94.14% from 255 or 54.42% from 441); Green value is 124 (48.83% from 255 or 28.12% from 441); Blue value is 77 (30.47% from 255 or 17.46% from 441); Max value from RGB is 240 - color contains mainly: red. Hex color #F07C4D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F07C4D is #0F83B2. Grayscale: #999999. Windows color (decimal): -1016755 or 5078256. OLE color: 5078256.

HSL color Cylindrical-coordinate representation of color #F07C4D: hue angle of 17.3º degrees, saturation: 0.84, 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 #F07C4D is Cyan = 0, Magento = 0.48, Yellow = 0.68 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 124 77 -
CMYK 0 0.48 0.68 0.06
HSL 17.3º 0.84% 0.62% -
HSV(B) 17.3º 0.68% 0.94% -
XYZ 44.48 33.48 11.14 -
YUV 153.33 84.93 189.82 -
System Red Green Blue C M Y K H S L
Decimal 240 124 77 0 0.48 0.68 0.06 17.3 0.84 0.62
Hex F0 7C 4D 0 30 44 6 11 54 3E
Octal 360 174 115 0 60 104 6 21 124 76
Binary 11110000 1111100 1001101 0 110000 1000100 110 10001 1010100 111110

Color Harmonies of #F07C4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07C4D

Black with #F07C4D

Text Example


Text Example

White with #F07C4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07C4D; }

 p { color: rgb(240,124,77); }

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

background-color css

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

 a { background-color: rgb(240,124,77); }

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

border-color css

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

 span { border-color: rgb(240,124,77); }

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