Html Css Color HEX #F3520C Persimmon

📋 copy color: '#F3520C'

red 243 ◦ green 82 ◦ blue 12

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

Shades of Persimmon #F3520C

Tints of Persimmon #F3520C

RGB

 RED value IS 243 (95.31% from 255) = 72.11%

 GREEN value IS 82 (32.42% from 255) = 24.33%

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

R = 72.11%
G = 24.33%
B = 3.56%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.95

 K value IS 0.05

RGB Variations

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

Color information

#F3520C (or 0xF3520C) is known color: Persimmon. HEX triplet: F3, 52 and 0C. RGB value is (243,82,12). Sum of RGB (Red+Green+Blue) = 243+82+12=337 (44% of max value = 765). Red value is 243 (95.31% from 255 or 72.11% from 337); Green value is 82 (32.42% from 255 or 24.33% from 337); Blue value is 12 (5.08% from 255 or 3.56% from 337); Max value from RGB is 243 - color contains mainly: red. Hex color #F3520C is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F3520C is #0CADF3. Grayscale: #7A7A7A. Windows color (decimal): -830964 or 807667. OLE color: 807667.

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

Color convert

RGB 243 82 12 -
CMYK 0 0.66 0.95 0.05
HSL 18.18º 0.91% 0.5% -
HSV(B) 18.18º 0.95% 0.95% -
XYZ 40.05 25.12 3.09 -
YUV 122.16 65.84 214.19 -
System Red Green Blue C M Y K H S L
Decimal 243 82 12 0 0.66 0.95 0.05 18.18 0.91 0.5
Hex F3 52 C 0 42 5F 5 12 5B 32
Octal 363 122 14 0 102 137 5 22 133 62
Binary 11110011 1010010 1100 0 1000010 1011111 101 10010 1011011 110010

Color Harmonies of #F3520C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3520C

Black with #F3520C

Text Example


Text Example

White with #F3520C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3520C; }

 p { color: rgb(243,82,12); }

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

background-color css

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

 a { background-color: rgb(243,82,12); }

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

border-color css

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

 span { border-color: rgb(243,82,12); }

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