Html Css Color HEX #F05F02 Persimmon

📋 copy color: '#F05F02'

red 240 ◦ green 95 ◦ blue 2

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

Shades of Persimmon #F05F02

Tints of Persimmon #F05F02

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.59%

R = 71.22%
G = 28.19%
B = 0.59%

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

#F05F02 (or 0xF05F02) is known color: Persimmon. HEX triplet: F0, 5F and 02. RGB value is (240,95,2). Sum of RGB (Red+Green+Blue) = 240+95+2=337 (44% of max value = 765). Red value is 240 (94.14% from 255 or 71.22% from 337); Green value is 95 (37.5% from 255 or 28.19% from 337); Blue value is 2 (1.17% from 255 or 0.59% from 337); Max value from RGB is 240 - color contains mainly: red. Hex color #F05F02 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F05F02 is #0FA0FD. Grayscale: #808080. Windows color (decimal): -1024254 or 155632. OLE color: 155632.

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

Color convert

RGB 240 95 2 -
CMYK 0 0.60 0.99 0.06
HSL 23.45º 0.98% 0.47% -
HSV(B) 23.45º 0.99% 0.94% -
XYZ 40.04 26.71 3.1 -
YUV 127.75 57.04 208.06 -
System Red Green Blue C M Y K H S L
Decimal 240 95 2 0 0.60 0.99 0.06 23.45 0.98 0.47
Hex F0 5F 2 0 3C 63 6 17 62 2F
Octal 360 137 2 0 74 143 6 27 142 57
Binary 11110000 1011111 10 0 111100 1100011 110 10111 1100010 101111

Color Harmonies of #F05F02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F05F02

Black with #F05F02

Text Example


Text Example

White with #F05F02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F05F02; }

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

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

background-color css

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

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

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

border-color css

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

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

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