Html Css Color HEX #F25506 Persimmon

📋 copy color: '#F25506'

red 242 ◦ green 85 ◦ blue 6

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

Shades of Persimmon #F25506

Tints of Persimmon #F25506

RGB

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

 GREEN value IS 85 (33.59% from 255) = 25.53%

 BLUE value IS 6 (2.73% from 255) = 1.8%

R = 72.67%
G = 25.53%
B = 1.8%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.98

 K value IS 0.05

RGB Variations

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

Color information

#F25506 (or 0xF25506) is known color: Persimmon. HEX triplet: F2, 55 and 06. RGB value is (242,85,6). Sum of RGB (Red+Green+Blue) = 242+85+6=333 (44% of max value = 765). Red value is 242 (94.92% from 255 or 72.67% from 333); Green value is 85 (33.59% from 255 or 25.53% from 333); Blue value is 6 (2.73% from 255 or 1.80% from 333); Max value from RGB is 242 - color contains mainly: red. Hex color #F25506 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F25506 is #0DAAF9. Grayscale: #7B7B7B. Windows color (decimal): -895738 or 415218. OLE color: 415218.

HSL color Cylindrical-coordinate representation of color #F25506: hue angle of 20.08º degrees, saturation: 0.95, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F25506 is Cyan = 0, Magento = 0.65, Yellow = 0.98 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 85 6 -
CMYK 0 0.65 0.98 0.05
HSL 20.08º 0.95% 0.49% -
HSV(B) 20.08º 0.98% 0.95% -
XYZ 39.9 25.39 2.97 -
YUV 122.94 62.01 212.92 -
System Red Green Blue C M Y K H S L
Decimal 242 85 6 0 0.65 0.98 0.05 20.08 0.95 0.49
Hex F2 55 6 0 41 62 5 14 5F 31
Octal 362 125 6 0 101 142 5 24 137 61
Binary 11110010 1010101 110 0 1000001 1100010 101 10100 1011111 110001

Color Harmonies of #F25506

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F25506

Black with #F25506

Text Example


Text Example

White with #F25506

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F25506; }

 p { color: rgb(242,85,6); }

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

background-color css

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

 a { background-color: rgb(242,85,6); }

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

border-color css

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

 span { border-color: rgb(242,85,6); }

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