Html Css Color HEX #F2630C Persimmon

📋 copy color: '#F2630C'

red 242 ◦ green 99 ◦ blue 12

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

Shades of Persimmon #F2630C

Tints of Persimmon #F2630C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 3.4%

R = 68.56%
G = 28.05%
B = 3.4%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.95

 K value IS 0.05

RGB Variations

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

Color information

#F2630C (or 0xF2630C) is known color: Persimmon. HEX triplet: F2, 63 and 0C. RGB value is (242,99,12). Sum of RGB (Red+Green+Blue) = 242+99+12=353 (46% of max value = 765). Red value is 242 (94.92% from 255 or 68.56% from 353); Green value is 99 (39.06% from 255 or 28.05% from 353); Blue value is 12 (5.08% from 255 or 3.40% from 353); Max value from RGB is 242 - color contains mainly: red. Hex color #F2630C is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F2630C is #0D9CF3. Grayscale: #848484. Windows color (decimal): -892148 or 812018. OLE color: 812018.

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

Color convert

RGB 242 99 12 -
CMYK 0 0.59 0.95 0.05
HSL 22.7º 0.91% 0.5% -
HSV(B) 22.7º 0.95% 0.95% -
XYZ 41.15 27.83 3.55 -
YUV 131.84 60.38 206.57 -
System Red Green Blue C M Y K H S L
Decimal 242 99 12 0 0.59 0.95 0.05 22.7 0.91 0.5
Hex F2 63 C 0 3B 5F 5 17 5B 32
Octal 362 143 14 0 73 137 5 27 133 62
Binary 11110010 1100011 1100 0 111011 1011111 101 10111 1011011 110010

Color Harmonies of #F2630C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2630C

Black with #F2630C

Text Example


Text Example

White with #F2630C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2630C; }

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

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

background-color css

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

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

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

border-color css

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

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

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