Html Css Color HEX #F2620B Persimmon

📋 copy color: '#F2620B'

red 242 ◦ green 98 ◦ blue 11

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

Shades of Persimmon #F2620B

Tints of Persimmon #F2620B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 3.13%

R = 68.95%
G = 27.92%
B = 3.13%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.95

 K value IS 0.05

RGB Variations

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

Color information

#F2620B (or 0xF2620B) is known color: Persimmon. HEX triplet: F2, 62 and 0B. RGB value is (242,98,11). Sum of RGB (Red+Green+Blue) = 242+98+11=351 (46% of max value = 765). Red value is 242 (94.92% from 255 or 68.95% from 351); Green value is 98 (38.67% from 255 or 27.92% from 351); Blue value is 11 (4.69% from 255 or 3.13% from 351); Max value from RGB is 242 - color contains mainly: red. Hex color #F2620B is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F2620B is #0D9DF4. Grayscale: #838383. Windows color (decimal): -892405 or 746226. OLE color: 746226.

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

Color convert

RGB 242 98 11 -
CMYK 0 0.60 0.95 0.05
HSL 22.6º 0.91% 0.5% -
HSV(B) 22.6º 0.95% 0.95% -
XYZ 41.05 27.64 3.49 -
YUV 131.14 60.21 207.07 -
System Red Green Blue C M Y K H S L
Decimal 242 98 11 0 0.60 0.95 0.05 22.6 0.91 0.5
Hex F2 62 B 0 3C 5F 5 17 5B 32
Octal 362 142 13 0 74 137 5 27 133 62
Binary 11110010 1100010 1011 0 111100 1011111 101 10111 1011011 110010

Color Harmonies of #F2620B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2620B

Black with #F2620B

Text Example


Text Example

White with #F2620B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2620B; }

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

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

background-color css

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

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

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

border-color css

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

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

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