Html Css Color HEX #F05C02 Persimmon

📋 copy color: '#F05C02'

red 240 ◦ green 92 ◦ blue 2

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

Shades of Persimmon #F05C02

Tints of Persimmon #F05C02

RGB

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

 GREEN value IS 92 (36.33% from 255) = 27.54%

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

R = 71.86%
G = 27.54%
B = 0.6%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.99

 K value IS 0.06

RGB Variations

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

Color information

#F05C02 (or 0xF05C02) is known color: Persimmon. HEX triplet: F0, 5C and 02. RGB value is (240,92,2). Sum of RGB (Red+Green+Blue) = 240+92+2=334 (44% of max value = 765). Red value is 240 (94.14% from 255 or 71.86% from 334); Green value is 92 (36.33% from 255 or 27.54% from 334); Blue value is 2 (1.17% from 255 or 0.60% from 334); Max value from RGB is 240 - color contains mainly: red. Hex color #F05C02 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F05C02 is #0FA3FD. Grayscale: #7E7E7E. Windows color (decimal): -1025022 or 154864. OLE color: 154864.

HSL color Cylindrical-coordinate representation of color #F05C02: hue angle of 22.69º 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 #F05C02 is Cyan = 0, Magento = 0.62, Yellow = 0.99 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 92 2 -
CMYK 0 0.62 0.99 0.06
HSL 22.69º 0.98% 0.47% -
HSV(B) 22.69º 0.99% 0.94% -
XYZ 39.77 26.18 3.02 -
YUV 125.99 58.03 209.32 -
System Red Green Blue C M Y K H S L
Decimal 240 92 2 0 0.62 0.99 0.06 22.69 0.98 0.47
Hex F0 5C 2 0 3E 63 6 17 62 2F
Octal 360 134 2 0 76 143 6 27 142 57
Binary 11110000 1011100 10 0 111110 1100011 110 10111 1100010 101111

Color Harmonies of #F05C02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F05C02

Black with #F05C02

Text Example


Text Example

White with #F05C02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F05C02; }

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

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

background-color css

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

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

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

border-color css

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

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

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