Html Css Color HEX #F25101 Persimmon

📋 copy color: '#F25101'

red 242 ◦ green 81 ◦ blue 1

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

Shades of Persimmon #F25101

Tints of Persimmon #F25101

RGB

 RED value IS 242 (94.92% from 255) = 74.69%

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

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

R = 74.69%
G = 25%
B = 0.31%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 1.00

 K value IS 0.05

RGB Variations

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

Color information

#F25101 (or 0xF25101) is known color: Persimmon. HEX triplet: F2, 51 and 01. RGB value is (242,81,1). Sum of RGB (Red+Green+Blue) = 242+81+1=324 (42% of max value = 765). Red value is 242 (94.92% from 255 or 74.69% from 324); Green value is 81 (32.03% from 255 or 25% from 324); Blue value is 1 (0.78% from 255 or 0.31% from 324); Max value from RGB is 242 - color contains mainly: red. Hex color #F25101 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F25101 is #0DAEFE. Grayscale: #787878. Windows color (decimal): -896767 or 86514. OLE color: 86514.

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

Color convert

RGB 242 81 1 -
CMYK 0 0.67 1.00 0.05
HSL 19.92º 0.99% 0.48% -
HSV(B) 19.92º 1% 0.95% -
XYZ 39.57 24.76 2.72 -
YUV 120.02 60.84 215 -
System Red Green Blue C M Y K H S L
Decimal 242 81 1 0 0.67 1.00 0.05 19.92 0.99 0.48
Hex F2 51 1 0 43 64 5 14 63 30
Octal 362 121 1 0 103 144 5 24 143 60
Binary 11110010 1010001 1 0 1000011 1100100 101 10100 1100011 110000

Color Harmonies of #F25101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F25101

Black with #F25101

Text Example


Text Example

White with #F25101

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F25101; }

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

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

background-color css

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

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

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

border-color css

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

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

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