Html Css Color HEX #F25C0E Persimmon

📋 copy color: '#F25C0E'

red 242 ◦ green 92 ◦ blue 14

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

Shades of Persimmon #F25C0E

Tints of Persimmon #F25C0E

RGB

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

 GREEN value IS 92 (36.33% from 255) = 26.44%

 BLUE value IS 14 (5.86% from 255) = 4.02%

R = 69.54%
G = 26.44%
B = 4.02%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.94

 K value IS 0.05

RGB Variations

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

Color information

#F25C0E (or 0xF25C0E) is known color: Persimmon. HEX triplet: F2, 5C and 0E. RGB value is (242,92,14). Sum of RGB (Red+Green+Blue) = 242+92+14=348 (46% of max value = 765). Red value is 242 (94.92% from 255 or 69.54% from 348); Green value is 92 (36.33% from 255 or 26.44% from 348); Blue value is 14 (5.86% from 255 or 4.02% from 348); Max value from RGB is 242 - color contains mainly: red. Hex color #F25C0E is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F25C0E is #0DA3F1. Grayscale: #808080. Windows color (decimal): -893938 or 941298. OLE color: 941298.

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

Color convert

RGB 242 92 14 -
CMYK 0 0.62 0.94 0.05
HSL 20.53º 0.9% 0.5% -
HSV(B) 20.53º 0.94% 0.95% -
XYZ 40.52 26.56 3.41 -
YUV 127.96 63.7 209.34 -
System Red Green Blue C M Y K H S L
Decimal 242 92 14 0 0.62 0.94 0.05 20.53 0.9 0.5
Hex F2 5C E 0 3E 5E 5 15 5A 32
Octal 362 134 16 0 76 136 5 25 132 62
Binary 11110010 1011100 1110 0 111110 1011110 101 10101 1011010 110010

Color Harmonies of #F25C0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F25C0E

Black with #F25C0E

Text Example


Text Example

White with #F25C0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F25C0E; }

 p { color: rgb(242,92,14); }

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

background-color css

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

 a { background-color: rgb(242,92,14); }

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

border-color css

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

 span { border-color: rgb(242,92,14); }

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