Html Css Color HEX #F25500 Persimmon

📋 copy color: '#F25500'

red 242 ◦ green 85 ◦ blue 0

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

Shades of Persimmon #F25500

Tints of Persimmon #F25500

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 74.01%
G = 25.99%
B = 0%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 1

 K value IS 0.05

RGB Variations

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

Color information

#F25500 (or 0xF25500) is known color: Persimmon. HEX triplet: F2, 55 and 00. RGB value is (242,85,0). Sum of RGB (Red+Green+Blue) = 242+85+0=327 (43% of max value = 765). Red value is 242 (94.92% from 255 or 74.01% from 327); Green value is 85 (33.59% from 255 or 25.99% from 327); Blue value is 0 (0.39% from 255 or 0% from 327); Max value from RGB is 242 - color contains mainly: red. Hex color #F25500 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F25500 is #0DAAFF. Grayscale: #7A7A7A. Windows color (decimal): -895744 or 22002. OLE color: 22002.

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

Color convert

RGB 242 85 0 -
CMYK 0 0.65 1 0.05
HSL 21.07º 1% 0.47% -
HSV(B) 21.07º 1% 0.95% -
XYZ 39.87 25.37 2.8 -
YUV 122.25 59.01 213.41 -
System Red Green Blue C M Y K H S L
Decimal 242 85 0 0 0.65 1 0.05 21.07 1 0.47
Hex F2 55 0 0 41 64 5 15 64 2F
Octal 362 125 0 0 101 144 5 25 144 57
Binary 11110010 1010101 0 0 1000001 1100100 101 10101 1100100 101111

Color Harmonies of #F25500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F25500

Black with #F25500

Text Example


Text Example

White with #F25500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F25500; }

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

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

background-color css

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

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

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

border-color css

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

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

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