Html Css Color HEX #F26114 Persimmon

📋 copy color: '#F26114'

red 242 ◦ green 97 ◦ blue 20

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

Shades of Persimmon #F26114

Tints of Persimmon #F26114

RGB

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

 GREEN value IS 97 (38.28% from 255) = 27.02%

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

R = 67.41%
G = 27.02%
B = 5.57%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.92

 K value IS 0.05

RGB Variations

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

Color information

#F26114 (or 0xF26114) is known color: Persimmon. HEX triplet: F2, 61 and 14. RGB value is (242,97,20). Sum of RGB (Red+Green+Blue) = 242+97+20=359 (47% of max value = 765). Red value is 242 (94.92% from 255 or 67.41% from 359); Green value is 97 (38.28% from 255 or 27.02% from 359); Blue value is 20 (8.20% from 255 or 5.57% from 359); Max value from RGB is 242 - color contains mainly: red. Hex color #F26114 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F26114 is #0D9EEB. Grayscale: #848484. Windows color (decimal): -892652 or 1335794. OLE color: 1335794.

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

Color convert

RGB 242 97 20 -
CMYK 0 0.60 0.92 0.05
HSL 20.81º 0.9% 0.51% -
HSV(B) 20.81º 0.92% 0.95% -
XYZ 41.02 27.48 3.8 -
YUV 131.58 65.04 206.76 -
System Red Green Blue C M Y K H S L
Decimal 242 97 20 0 0.60 0.92 0.05 20.81 0.9 0.51
Hex F2 61 14 0 3C 5C 5 15 5A 33
Octal 362 141 24 0 74 134 5 25 132 63
Binary 11110010 1100001 10100 0 111100 1011100 101 10101 1011010 110011

Color Harmonies of #F26114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F26114

Black with #F26114

Text Example


Text Example

White with #F26114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F26114; }

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

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

background-color css

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

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

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

border-color css

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

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

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