Html Css Color HEX #F2530F Persimmon

📋 copy color: '#F2530F'

red 242 ◦ green 83 ◦ blue 15

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

Shades of Persimmon #F2530F

Tints of Persimmon #F2530F

RGB

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

 GREEN value IS 83 (32.81% from 255) = 24.41%

 BLUE value IS 15 (6.25% from 255) = 4.41%

R = 71.18%
G = 24.41%
B = 4.41%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.94

 K value IS 0.05

RGB Variations

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

Color information

#F2530F (or 0xF2530F) is known color: Persimmon. HEX triplet: F2, 53 and 0F. RGB value is (242,83,15). Sum of RGB (Red+Green+Blue) = 242+83+15=340 (45% of max value = 765). Red value is 242 (94.92% from 255 or 71.18% from 340); Green value is 83 (32.81% from 255 or 24.41% from 340); Blue value is 15 (6.25% from 255 or 4.41% from 340); Max value from RGB is 242 - color contains mainly: red. Hex color #F2530F is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F2530F is #0DACF0. Grayscale: #7B7B7B. Windows color (decimal): -896241 or 1004530. OLE color: 1004530.

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

Color convert

RGB 242 83 15 -
CMYK 0 0.66 0.94 0.05
HSL 17.97º 0.9% 0.5% -
HSV(B) 17.97º 0.94% 0.95% -
XYZ 39.8 25.1 3.2 -
YUV 122.79 67.18 213.03 -
System Red Green Blue C M Y K H S L
Decimal 242 83 15 0 0.66 0.94 0.05 17.97 0.9 0.5
Hex F2 53 F 0 42 5E 5 12 5A 32
Octal 362 123 17 0 102 136 5 22 132 62
Binary 11110010 1010011 1111 0 1000010 1011110 101 10010 1011010 110010

Color Harmonies of #F2530F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2530F

Black with #F2530F

Text Example


Text Example

White with #F2530F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2530F; }

 p { color: rgb(242,83,15); }

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

background-color css

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

 a { background-color: rgb(242,83,15); }

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

border-color css

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

 span { border-color: rgb(242,83,15); }

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