Html Css Color HEX #F45101 Persimmon

📋 copy color: '#F45101'

red 244 ◦ green 81 ◦ blue 1

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

Shades of Persimmon #F45101

Tints of Persimmon #F45101

RGB

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

 GREEN value IS 81 (32.03% from 255) = 24.85%

 BLUE value IS 1 (0.78% from 255) = 0.31%

R = 74.85%
G = 24.85%
B = 0.31%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 1.00

 K value IS 0.04

RGB Variations

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

Color information

#F45101 (or 0xF45101) is known color: Persimmon. HEX triplet: F4, 51 and 01. RGB value is (244,81,1). Sum of RGB (Red+Green+Blue) = 244+81+1=326 (43% of max value = 765). Red value is 244 (95.70% from 255 or 74.85% from 326); Green value is 81 (32.03% from 255 or 24.85% from 326); Blue value is 1 (0.78% from 255 or 0.31% from 326); Max value from RGB is 244 - color contains mainly: red. Hex color #F45101 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F45101 is #0BAEFE. Grayscale: #797979. Windows color (decimal): -765695 or 86516. OLE color: 86516.

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

Color convert

RGB 244 81 1 -
CMYK 0 0.67 1.00 0.04
HSL 19.75º 0.99% 0.48% -
HSV(B) 19.75º 1% 0.96% -
XYZ 40.26 25.12 2.76 -
YUV 120.62 60.5 216 -
System Red Green Blue C M Y K H S L
Decimal 244 81 1 0 0.67 1.00 0.04 19.75 0.99 0.48
Hex F4 51 1 0 43 64 4 14 63 30
Octal 364 121 1 0 103 144 4 24 143 60
Binary 11110100 1010001 1 0 1000011 1100100 100 10100 1100011 110000

Color Harmonies of #F45101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F45101

Black with #F45101

Text Example


Text Example

White with #F45101

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F45101; }

 p { color: rgb(244,81,1); }

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

background-color css

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

 a { background-color: rgb(244,81,1); }

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

border-color css

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

 span { border-color: rgb(244,81,1); }

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