Html Css Color HEX #F25614 Persimmon

📋 copy color: '#F25614'

red 242 ◦ green 86 ◦ blue 20

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

Shades of Persimmon #F25614

Tints of Persimmon #F25614

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 5.75%

R = 69.54%
G = 24.71%
B = 5.75%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.92

 K value IS 0.05

RGB Variations

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

Color information

#F25614 (or 0xF25614) is known color: Persimmon. HEX triplet: F2, 56 and 14. RGB value is (242,86,20). Sum of RGB (Red+Green+Blue) = 242+86+20=348 (46% of max value = 765). Red value is 242 (94.92% from 255 or 69.54% from 348); Green value is 86 (33.98% from 255 or 24.71% from 348); Blue value is 20 (8.20% from 255 or 5.75% from 348); Max value from RGB is 242 - color contains mainly: red. Hex color #F25614 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F25614 is #0DA9EB. Grayscale: #7D7D7D. Windows color (decimal): -895468 or 1332978. OLE color: 1332978.

HSL color Cylindrical-coordinate representation of color #F25614: hue angle of 17.84º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F25614 is Cyan = 0, Magento = 0.64, Yellow = 0.92 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 86 20 -
CMYK 0 0.64 0.92 0.05
HSL 17.84º 0.9% 0.51% -
HSV(B) 17.84º 0.92% 0.95% -
XYZ 40.07 25.58 3.49 -
YUV 125.12 68.68 211.37 -
System Red Green Blue C M Y K H S L
Decimal 242 86 20 0 0.64 0.92 0.05 17.84 0.9 0.51
Hex F2 56 14 0 40 5C 5 12 5A 33
Octal 362 126 24 0 100 134 5 22 132 63
Binary 11110010 1010110 10100 0 1000000 1011100 101 10010 1011010 110011

Color Harmonies of #F25614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F25614

Black with #F25614

Text Example


Text Example

White with #F25614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F25614; }

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

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

background-color css

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

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

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

border-color css

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

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

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