Html Css Color HEX #FE704B Tomato

📋 copy color: '#FE704B'

red 254 ◦ green 112 ◦ blue 75

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

Shades of Tomato #FE704B

Tints of Tomato #FE704B

RGB

 RED value IS 254 (99.61% from 255) = 57.6%

 GREEN value IS 112 (44.14% from 255) = 25.4%

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

R = 57.6%
G = 25.4%
B = 17.01%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.70

 K value IS 0.00

RGB Variations

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

Color information

#FE704B (or 0xFE704B) is known color: Tomato. HEX triplet: FE, 70 and 4B. RGB value is (254,112,75). Sum of RGB (Red+Green+Blue) = 254+112+75=441 (58% of max value = 765). Red value is 254 (99.61% from 255 or 57.60% from 441); Green value is 112 (44.14% from 255 or 25.40% from 441); Blue value is 75 (29.69% from 255 or 17.01% from 441); Max value from RGB is 254 - color contains mainly: red. Hex color #FE704B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE704B is #018FB4. Grayscale: #969696. Windows color (decimal): -102325 or 4944126. OLE color: 4944126.

HSL color Cylindrical-coordinate representation of color #FE704B: hue angle of 12.4º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FE704B is Cyan = 0, Magento = 0.56, Yellow = 0.70 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 112 75 -
CMYK 0 0.56 0.70 0.00
HSL 12.4º 0.99% 0.65% -
HSV(B) 12.4º 0.7% 1% -
XYZ 47.94 33.17 10.53 -
YUV 150.24 85.54 202.01 -
System Red Green Blue C M Y K H S L
Decimal 254 112 75 0 0.56 0.70 0.00 12.4 0.99 0.65
Hex FE 70 4B 0 38 46 0 C 63 41
Octal 376 160 113 0 70 106 0 14 143 101
Binary 11111110 1110000 1001011 0 111000 1000110 0 1100 1100011 1000001

Color Harmonies of #FE704B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE704B

Black with #FE704B

Text Example


Text Example

White with #FE704B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE704B; }

 p { color: rgb(254,112,75); }

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

background-color css

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

 a { background-color: rgb(254,112,75); }

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

border-color css

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

 span { border-color: rgb(254,112,75); }

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