Html Css Color HEX #F45400 Persimmon

📋 copy color: '#F45400'

red 244 ◦ green 84 ◦ blue 0

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

Shades of Persimmon #F45400

Tints of Persimmon #F45400

RGB

 RED value IS 244 (95.7% from 255) = 74.39%

 GREEN value IS 84 (33.2% from 255) = 25.61%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 74.39%
G = 25.61%
B = 0%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 1

 K value IS 0.04

RGB Variations

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

Color information

#F45400 (or 0xF45400) is known color: Persimmon. HEX triplet: F4, 54 and 00. RGB value is (244,84,0). Sum of RGB (Red+Green+Blue) = 244+84+0=328 (43% of max value = 765). Red value is 244 (95.70% from 255 or 74.39% from 328); Green value is 84 (33.20% from 255 or 25.61% from 328); Blue value is 0 (0.39% from 255 or 0% from 328); Max value from RGB is 244 - color contains mainly: red. Hex color #F45400 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F45400 is #0BABFF. Grayscale: #7A7A7A. Windows color (decimal): -764928 or 21748. OLE color: 21748.

HSL color Cylindrical-coordinate representation of color #F45400: hue angle of 20.66º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F45400 is Cyan = 0, Magento = 0.66, Yellow = 1 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 84 0 -
CMYK 0 0.66 1 0.04
HSL 20.66º 1% 0.48% -
HSV(B) 20.66º 1% 0.96% -
XYZ 40.48 25.57 2.8 -
YUV 122.26 59.01 214.83 -
System Red Green Blue C M Y K H S L
Decimal 244 84 0 0 0.66 1 0.04 20.66 1 0.48
Hex F4 54 0 0 42 64 4 15 64 30
Octal 364 124 0 0 102 144 4 25 144 60
Binary 11110100 1010100 0 0 1000010 1100100 100 10101 1100100 110000

Color Harmonies of #F45400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F45400

Black with #F45400

Text Example


Text Example

White with #F45400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F45400; }

 p { color: rgb(244,84,0); }

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

background-color css

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

 a { background-color: rgb(244,84,0); }

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

border-color css

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

 span { border-color: rgb(244,84,0); }

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