Html Css Color HEX #F25801 Persimmon

📋 copy color: '#F25801'

red 242 ◦ green 88 ◦ blue 1

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

Shades of Persimmon #F25801

Tints of Persimmon #F25801

RGB

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

 GREEN value IS 88 (34.77% from 255) = 26.59%

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

R = 73.11%
G = 26.59%
B = 0.3%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 1.00

 K value IS 0.05

RGB Variations

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

Color information

#F25801 (or 0xF25801) is known color: Persimmon. HEX triplet: F2, 58 and 01. RGB value is (242,88,1). Sum of RGB (Red+Green+Blue) = 242+88+1=331 (43% of max value = 765). Red value is 242 (94.92% from 255 or 73.11% from 331); Green value is 88 (34.77% from 255 or 26.59% from 331); Blue value is 1 (0.78% from 255 or 0.30% from 331); Max value from RGB is 242 - color contains mainly: red. Hex color #F25801 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F25801 is #0DA7FE. Grayscale: #7C7C7C. Windows color (decimal): -894975 or 88306. OLE color: 88306.

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

Color convert

RGB 242 88 1 -
CMYK 0 0.64 1.00 0.05
HSL 21.66º 0.99% 0.48% -
HSV(B) 21.66º 1% 0.95% -
XYZ 40.11 25.86 2.91 -
YUV 124.13 58.52 212.07 -
System Red Green Blue C M Y K H S L
Decimal 242 88 1 0 0.64 1.00 0.05 21.66 0.99 0.48
Hex F2 58 1 0 40 64 5 16 63 30
Octal 362 130 1 0 100 144 5 26 143 60
Binary 11110010 1011000 1 0 1000000 1100100 101 10110 1100011 110000

Color Harmonies of #F25801

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F25801

Black with #F25801

Text Example


Text Example

White with #F25801

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F25801; }

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

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

background-color css

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

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

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

border-color css

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

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

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