Html Css Color HEX #F25908 Persimmon

📋 copy color: '#F25908'

red 242 ◦ green 89 ◦ blue 8

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

Shades of Persimmon #F25908

Tints of Persimmon #F25908

RGB

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

 GREEN value IS 89 (35.16% from 255) = 26.25%

 BLUE value IS 8 (3.52% from 255) = 2.36%

R = 71.39%
G = 26.25%
B = 2.36%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.97

 K value IS 0.05

RGB Variations

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

Color information

#F25908 (or 0xF25908) is known color: Persimmon. HEX triplet: F2, 59 and 08. RGB value is (242,89,8). Sum of RGB (Red+Green+Blue) = 242+89+8=339 (44% of max value = 765). Red value is 242 (94.92% from 255 or 71.39% from 339); Green value is 89 (35.16% from 255 or 26.25% from 339); Blue value is 8 (3.52% from 255 or 2.36% from 339); Max value from RGB is 242 - color contains mainly: red. Hex color #F25908 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F25908 is #0DA6F7. Grayscale: #7D7D7D. Windows color (decimal): -894712 or 547314. OLE color: 547314.

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

Color convert

RGB 242 89 8 -
CMYK 0 0.63 0.97 0.05
HSL 20.77º 0.94% 0.49% -
HSV(B) 20.77º 0.97% 0.95% -
XYZ 40.23 26.04 3.14 -
YUV 125.51 61.69 211.09 -
System Red Green Blue C M Y K H S L
Decimal 242 89 8 0 0.63 0.97 0.05 20.77 0.94 0.49
Hex F2 59 8 0 3F 61 5 15 5E 31
Octal 362 131 10 0 77 141 5 25 136 61
Binary 11110010 1011001 1000 0 111111 1100001 101 10101 1011110 110001

Color Harmonies of #F25908

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F25908

Black with #F25908

Text Example


Text Example

White with #F25908

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F25908; }

 p { color: rgb(242,89,8); }

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

background-color css

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

 a { background-color: rgb(242,89,8); }

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

border-color css

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

 span { border-color: rgb(242,89,8); }

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