Html Css Color HEX #F25301 Persimmon

📋 copy color: '#F25301'

red 242 ◦ green 83 ◦ blue 1

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

Shades of Persimmon #F25301

Tints of Persimmon #F25301

RGB

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

 GREEN value IS 83 (32.81% from 255) = 25.46%

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

R = 74.23%
G = 25.46%
B = 0.31%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 1.00

 K value IS 0.05

RGB Variations

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

Color information

#F25301 (or 0xF25301) is known color: Persimmon. HEX triplet: F2, 53 and 01. RGB value is (242,83,1). Sum of RGB (Red+Green+Blue) = 242+83+1=326 (43% of max value = 765). Red value is 242 (94.92% from 255 or 74.23% from 326); Green value is 83 (32.81% from 255 or 25.46% from 326); Blue value is 1 (0.78% from 255 or 0.31% from 326); Max value from RGB is 242 - color contains mainly: red. Hex color #F25301 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F25301 is #0DACFE. Grayscale: #797979. Windows color (decimal): -896255 or 87026. OLE color: 87026.

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

Color convert

RGB 242 83 1 -
CMYK 0 0.66 1.00 0.05
HSL 20.41º 0.99% 0.48% -
HSV(B) 20.41º 1% 0.95% -
XYZ 39.72 25.07 2.77 -
YUV 121.19 60.18 214.17 -
System Red Green Blue C M Y K H S L
Decimal 242 83 1 0 0.66 1.00 0.05 20.41 0.99 0.48
Hex F2 53 1 0 42 64 5 14 63 30
Octal 362 123 1 0 102 144 5 24 143 60
Binary 11110010 1010011 1 0 1000010 1100100 101 10100 1100011 110000

Color Harmonies of #F25301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F25301

Black with #F25301

Text Example


Text Example

White with #F25301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F25301; }

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

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

background-color css

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

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

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

border-color css

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

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

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