Html Css Color HEX #F05F03 Persimmon

📋 copy color: '#F05F03'

red 240 ◦ green 95 ◦ blue 3

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

Shades of Persimmon #F05F03

Tints of Persimmon #F05F03

RGB

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

 GREEN value IS 95 (37.5% from 255) = 28.11%

 BLUE value IS 3 (1.56% from 255) = 0.89%

R = 71.01%
G = 28.11%
B = 0.89%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.99

 K value IS 0.06

RGB Variations

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

Color information

#F05F03 (or 0xF05F03) is known color: Persimmon. HEX triplet: F0, 5F and 03. RGB value is (240,95,3). Sum of RGB (Red+Green+Blue) = 240+95+3=338 (44% of max value = 765). Red value is 240 (94.14% from 255 or 71.01% from 338); Green value is 95 (37.5% from 255 or 28.11% from 338); Blue value is 3 (1.56% from 255 or 0.89% from 338); Max value from RGB is 240 - color contains mainly: red. Hex color #F05F03 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F05F03 is #0FA0FC. Grayscale: #808080. Windows color (decimal): -1024253 or 221168. OLE color: 221168.

HSL color Cylindrical-coordinate representation of color #F05F03: hue angle of 23.29º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F05F03 is Cyan = 0, Magento = 0.60, Yellow = 0.99 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 95 3 -
CMYK 0 0.60 0.99 0.06
HSL 23.29º 0.98% 0.48% -
HSV(B) 23.29º 0.99% 0.94% -
XYZ 40.04 26.72 3.13 -
YUV 127.87 57.54 207.98 -
System Red Green Blue C M Y K H S L
Decimal 240 95 3 0 0.60 0.99 0.06 23.29 0.98 0.48
Hex F0 5F 3 0 3C 63 6 17 62 30
Octal 360 137 3 0 74 143 6 27 142 60
Binary 11110000 1011111 11 0 111100 1100011 110 10111 1100010 110000

Color Harmonies of #F05F03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F05F03

Black with #F05F03

Text Example


Text Example

White with #F05F03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F05F03; }

 p { color: rgb(240,95,3); }

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

background-color css

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

 a { background-color: rgb(240,95,3); }

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

border-color css

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

 span { border-color: rgb(240,95,3); }

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