Html Css Color HEX #F2620E Persimmon

📋 copy color: '#F2620E'

red 242 ◦ green 98 ◦ blue 14

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

Shades of Persimmon #F2620E

Tints of Persimmon #F2620E

RGB

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

 GREEN value IS 98 (38.67% from 255) = 27.68%

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

R = 68.36%
G = 27.68%
B = 3.95%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.94

 K value IS 0.05

RGB Variations

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

Color information

#F2620E (or 0xF2620E) is known color: Persimmon. HEX triplet: F2, 62 and 0E. RGB value is (242,98,14). Sum of RGB (Red+Green+Blue) = 242+98+14=354 (46% of max value = 765). Red value is 242 (94.92% from 255 or 68.36% from 354); Green value is 98 (38.67% from 255 or 27.68% from 354); Blue value is 14 (5.86% from 255 or 3.95% from 354); Max value from RGB is 242 - color contains mainly: red. Hex color #F2620E is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F2620E is #0D9DF1. Grayscale: #838383. Windows color (decimal): -892402 or 942834. OLE color: 942834.

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

Color convert

RGB 242 98 14 -
CMYK 0 0.60 0.94 0.05
HSL 22.11º 0.9% 0.5% -
HSV(B) 22.11º 0.94% 0.95% -
XYZ 41.06 27.64 3.59 -
YUV 131.48 61.71 206.83 -
System Red Green Blue C M Y K H S L
Decimal 242 98 14 0 0.60 0.94 0.05 22.11 0.9 0.5
Hex F2 62 E 0 3C 5E 5 16 5A 32
Octal 362 142 16 0 74 136 5 26 132 62
Binary 11110010 1100010 1110 0 111100 1011110 101 10110 1011010 110010

Color Harmonies of #F2620E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2620E

Black with #F2620E

Text Example


Text Example

White with #F2620E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2620E; }

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

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

background-color css

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

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

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

border-color css

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

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

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