Html Css Color HEX #F07F4A Crusta

📋 copy color: '#F07F4A'

red 240 ◦ green 127 ◦ blue 74

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

Shades of Crusta #F07F4A

Tints of Crusta #F07F4A

RGB

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

 GREEN value IS 127 (50% from 255) = 28.8%

 BLUE value IS 74 (29.3% from 255) = 16.78%

R = 54.42%
G = 28.8%
B = 16.78%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.69

 K value IS 0.06

RGB Variations

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

Color information

#F07F4A (or 0xF07F4A) is known color: Crusta. HEX triplet: F0, 7F and 4A. RGB value is (240,127,74). Sum of RGB (Red+Green+Blue) = 240+127+74=441 (58% of max value = 765). Red value is 240 (94.14% from 255 or 54.42% from 441); Green value is 127 (50% from 255 or 28.80% from 441); Blue value is 74 (29.30% from 255 or 16.78% from 441); Max value from RGB is 240 - color contains mainly: red. Hex color #F07F4A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F07F4A is #0F80B5. Grayscale: #9B9B9B. Windows color (decimal): -1015990 or 4882416. OLE color: 4882416.

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

Color convert

RGB 240 127 74 -
CMYK 0 0.47 0.69 0.06
HSL 19.16º 0.85% 0.62% -
HSV(B) 19.16º 0.69% 0.94% -
XYZ 44.76 34.2 10.72 -
YUV 154.75 82.44 188.81 -
System Red Green Blue C M Y K H S L
Decimal 240 127 74 0 0.47 0.69 0.06 19.16 0.85 0.62
Hex F0 7F 4A 0 2F 45 6 13 55 3E
Octal 360 177 112 0 57 105 6 23 125 76
Binary 11110000 1111111 1001010 0 101111 1000101 110 10011 1010101 111110

Color Harmonies of #F07F4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07F4A

Black with #F07F4A

Text Example


Text Example

White with #F07F4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07F4A; }

 p { color: rgb(240,127,74); }

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

background-color css

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

 a { background-color: rgb(240,127,74); }

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

border-color css

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

 span { border-color: rgb(240,127,74); }

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