Html Css Color HEX #F2630E Persimmon

📋 copy color: '#F2630E'

red 242 ◦ green 99 ◦ blue 14

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

Shades of Persimmon #F2630E

Tints of Persimmon #F2630E

RGB

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

 GREEN value IS 99 (39.06% from 255) = 27.89%

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

R = 68.17%
G = 27.89%
B = 3.94%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.94

 K value IS 0.05

RGB Variations

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

Color information

#F2630E (or 0xF2630E) is known color: Persimmon. HEX triplet: F2, 63 and 0E. RGB value is (242,99,14). Sum of RGB (Red+Green+Blue) = 242+99+14=355 (47% of max value = 765). Red value is 242 (94.92% from 255 or 68.17% from 355); Green value is 99 (39.06% from 255 or 27.89% from 355); Blue value is 14 (5.86% from 255 or 3.94% from 355); Max value from RGB is 242 - color contains mainly: red. Hex color #F2630E is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F2630E is #0D9CF1. Grayscale: #848484. Windows color (decimal): -892146 or 943090. OLE color: 943090.

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

Color convert

RGB 242 99 14 -
CMYK 0 0.59 0.94 0.05
HSL 22.37º 0.9% 0.5% -
HSV(B) 22.37º 0.94% 0.95% -
XYZ 41.16 27.83 3.62 -
YUV 132.07 61.38 206.41 -
System Red Green Blue C M Y K H S L
Decimal 242 99 14 0 0.59 0.94 0.05 22.37 0.9 0.5
Hex F2 63 E 0 3B 5E 5 16 5A 32
Octal 362 143 16 0 73 136 5 26 132 62
Binary 11110010 1100011 1110 0 111011 1011110 101 10110 1011010 110010

Color Harmonies of #F2630E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2630E

Black with #F2630E

Text Example


Text Example

White with #F2630E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2630E; }

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

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

background-color css

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

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

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

border-color css

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

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

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