Html Css Color HEX #F25901 Persimmon

📋 copy color: '#F25901'

red 242 ◦ green 89 ◦ blue 1

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

Shades of Persimmon #F25901

Tints of Persimmon #F25901

RGB

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

 GREEN value IS 89 (35.16% from 255) = 26.81%

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

R = 72.89%
G = 26.81%
B = 0.3%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 1.00

 K value IS 0.05

RGB Variations

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

Color information

#F25901 (or 0xF25901) is known color: Persimmon. HEX triplet: F2, 59 and 01. RGB value is (242,89,1). Sum of RGB (Red+Green+Blue) = 242+89+1=332 (43% of max value = 765). Red value is 242 (94.92% from 255 or 72.89% from 332); Green value is 89 (35.16% from 255 or 26.81% from 332); Blue value is 1 (0.78% from 255 or 0.30% from 332); Max value from RGB is 242 - color contains mainly: red. Hex color #F25901 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F25901 is #0DA6FE. Grayscale: #7D7D7D. Windows color (decimal): -894719 or 88562. OLE color: 88562.

HSL color Cylindrical-coordinate representation of color #F25901: hue angle of 21.91º 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 #F25901 is Cyan = 0, Magento = 0.63, Yellow = 1.00 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 89 1 -
CMYK 0 0.63 1.00 0.05
HSL 21.91º 0.99% 0.48% -
HSV(B) 21.91º 1% 0.95% -
XYZ 40.2 26.02 2.93 -
YUV 124.72 58.19 211.66 -
System Red Green Blue C M Y K H S L
Decimal 242 89 1 0 0.63 1.00 0.05 21.91 0.99 0.48
Hex F2 59 1 0 3F 64 5 16 63 30
Octal 362 131 1 0 77 144 5 26 143 60
Binary 11110010 1011001 1 0 111111 1100100 101 10110 1100011 110000

Color Harmonies of #F25901

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F25901

Black with #F25901

Text Example


Text Example

White with #F25901

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F25901; }

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

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

background-color css

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

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

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

border-color css

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

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

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