Html Css Color HEX #F25C01 Persimmon

📋 copy color: '#F25C01'

red 242 ◦ green 92 ◦ blue 1

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

Shades of Persimmon #F25C01

Tints of Persimmon #F25C01

RGB

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

 GREEN value IS 92 (36.33% from 255) = 27.46%

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

R = 72.24%
G = 27.46%
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

#F25C01 (or 0xF25C01) is known color: Persimmon. HEX triplet: F2, 5C and 01. RGB value is (242,92,1). Sum of RGB (Red+Green+Blue) = 242+92+1=335 (44% of max value = 765). Red value is 242 (94.92% from 255 or 72.24% from 335); Green value is 92 (36.33% from 255 or 27.46% from 335); Blue value is 1 (0.78% from 255 or 0.30% from 335); Max value from RGB is 242 - color contains mainly: red. Hex color #F25C01 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F25C01 is #0DA3FE. Grayscale: #7E7E7E. Windows color (decimal): -893951 or 89330. OLE color: 89330.

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

Color convert

RGB 242 92 1 -
CMYK 0 0.62 1.00 0.05
HSL 22.66º 0.99% 0.48% -
HSV(B) 22.66º 1% 0.95% -
XYZ 40.45 26.53 3.02 -
YUV 126.48 57.2 210.4 -
System Red Green Blue C M Y K H S L
Decimal 242 92 1 0 0.62 1.00 0.05 22.66 0.99 0.48
Hex F2 5C 1 0 3E 64 5 17 63 30
Octal 362 134 1 0 76 144 5 27 143 60
Binary 11110010 1011100 1 0 111110 1100100 101 10111 1100011 110000

Color Harmonies of #F25C01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F25C01

Black with #F25C01

Text Example


Text Example

White with #F25C01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F25C01; }

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

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

background-color css

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

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

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

border-color css

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

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

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