Html Css Color HEX #F25608 Persimmon

📋 copy color: '#F25608'

red 242 ◦ green 86 ◦ blue 8

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

Shades of Persimmon #F25608

Tints of Persimmon #F25608

RGB

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

 GREEN value IS 86 (33.98% from 255) = 25.6%

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

R = 72.02%
G = 25.6%
B = 2.38%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.97

 K value IS 0.05

RGB Variations

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

Color information

#F25608 (or 0xF25608) is known color: Persimmon. HEX triplet: F2, 56 and 08. RGB value is (242,86,8). Sum of RGB (Red+Green+Blue) = 242+86+8=336 (44% of max value = 765). Red value is 242 (94.92% from 255 or 72.02% from 336); Green value is 86 (33.98% from 255 or 25.60% from 336); Blue value is 8 (3.52% from 255 or 2.38% from 336); Max value from RGB is 242 - color contains mainly: red. Hex color #F25608 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F25608 is #0DA9F7. Grayscale: #7C7C7C. Windows color (decimal): -895480 or 546546. OLE color: 546546.

HSL color Cylindrical-coordinate representation of color #F25608: hue angle of 20º 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 #F25608 is Cyan = 0, Magento = 0.64, Yellow = 0.97 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 86 8 -
CMYK 0 0.64 0.97 0.05
HSL 20º 0.94% 0.49% -
HSV(B) 20º 0.97% 0.95% -
XYZ 39.99 25.55 3.05 -
YUV 123.75 62.68 212.34 -
System Red Green Blue C M Y K H S L
Decimal 242 86 8 0 0.64 0.97 0.05 20 0.94 0.49
Hex F2 56 8 0 40 61 5 14 5E 31
Octal 362 126 10 0 100 141 5 24 136 61
Binary 11110010 1010110 1000 0 1000000 1100001 101 10100 1011110 110001

Color Harmonies of #F25608

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F25608

Black with #F25608

Text Example


Text Example

White with #F25608

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F25608; }

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

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

background-color css

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

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

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

border-color css

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

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

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