Html Css Color HEX #F25B01 Persimmon

📋 copy color: '#F25B01'

red 242 ◦ green 91 ◦ blue 1

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

Shades of Persimmon #F25B01

Tints of Persimmon #F25B01

RGB

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

 GREEN value IS 91 (35.94% from 255) = 27.25%

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

R = 72.46%
G = 27.25%
B = 0.3%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 1.00

 K value IS 0.05

RGB Variations

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

Color information

#F25B01 (or 0xF25B01) is known color: Persimmon. HEX triplet: F2, 5B and 01. RGB value is (242,91,1). Sum of RGB (Red+Green+Blue) = 242+91+1=334 (44% of max value = 765). Red value is 242 (94.92% from 255 or 72.46% from 334); Green value is 91 (35.94% from 255 or 27.25% from 334); Blue value is 1 (0.78% from 255 or 0.30% from 334); Max value from RGB is 242 - color contains mainly: red. Hex color #F25B01 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F25B01 is #0DA4FE. Grayscale: #7E7E7E. Windows color (decimal): -894207 or 89074. OLE color: 89074.

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

Color convert

RGB 242 91 1 -
CMYK 0 0.62 1.00 0.05
HSL 22.41º 0.99% 0.48% -
HSV(B) 22.41º 1% 0.95% -
XYZ 40.36 26.36 2.99 -
YUV 125.89 57.53 210.82 -
System Red Green Blue C M Y K H S L
Decimal 242 91 1 0 0.62 1.00 0.05 22.41 0.99 0.48
Hex F2 5B 1 0 3E 64 5 16 63 30
Octal 362 133 1 0 76 144 5 26 143 60
Binary 11110010 1011011 1 0 111110 1100100 101 10110 1100011 110000

Color Harmonies of #F25B01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F25B01

Black with #F25B01

Text Example


Text Example

White with #F25B01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F25B01; }

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

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

background-color css

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

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

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

border-color css

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

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

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