Html Css Color HEX #F0530F Persimmon

📋 copy color: '#F0530F'

red 240 ◦ green 83 ◦ blue 15

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

Shades of Persimmon #F0530F

Tints of Persimmon #F0530F

RGB

 RED value IS 240 (94.14% from 255) = 71.01%

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

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

R = 71.01%
G = 24.56%
B = 4.44%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.94

 K value IS 0.06

RGB Variations

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

Color information

#F0530F (or 0xF0530F) is known color: Persimmon. HEX triplet: F0, 53 and 0F. RGB value is (240,83,15). Sum of RGB (Red+Green+Blue) = 240+83+15=338 (44% of max value = 765). Red value is 240 (94.14% from 255 or 71.01% from 338); Green value is 83 (32.81% from 255 or 24.56% from 338); Blue value is 15 (6.25% from 255 or 4.44% from 338); Max value from RGB is 240 - color contains mainly: red. Hex color #F0530F is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F0530F is #0FACF0. Grayscale: #7A7A7A. Windows color (decimal): -1027313 or 1004528. OLE color: 1004528.

HSL color Cylindrical-coordinate representation of color #F0530F: hue angle of 18.13º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F0530F is Cyan = 0, Magento = 0.65, Yellow = 0.94 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 83 15 -
CMYK 0 0.65 0.94 0.06
HSL 18.13º 0.88% 0.5% -
HSV(B) 18.13º 0.94% 0.94% -
XYZ 39.11 24.75 3.17 -
YUV 122.19 67.51 212.03 -
System Red Green Blue C M Y K H S L
Decimal 240 83 15 0 0.65 0.94 0.06 18.13 0.88 0.5
Hex F0 53 F 0 41 5E 6 12 58 32
Octal 360 123 17 0 101 136 6 22 130 62
Binary 11110000 1010011 1111 0 1000001 1011110 110 10010 1011000 110010

Color Harmonies of #F0530F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0530F

Black with #F0530F

Text Example


Text Example

White with #F0530F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0530F; }

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

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

background-color css

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

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

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

border-color css

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

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

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