Html Css Color HEX #F0610B Persimmon

📋 copy color: '#F0610B'

red 240 ◦ green 97 ◦ blue 11

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

Shades of Persimmon #F0610B

Tints of Persimmon #F0610B

RGB

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

 GREEN value IS 97 (38.28% from 255) = 27.87%

 BLUE value IS 11 (4.69% from 255) = 3.16%

R = 68.97%
G = 27.87%
B = 3.16%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.95

 K value IS 0.06

RGB Variations

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

Color information

#F0610B (or 0xF0610B) is known color: Persimmon. HEX triplet: F0, 61 and 0B. RGB value is (240,97,11). Sum of RGB (Red+Green+Blue) = 240+97+11=348 (46% of max value = 765). Red value is 240 (94.14% from 255 or 68.97% from 348); Green value is 97 (38.28% from 255 or 27.87% from 348); Blue value is 11 (4.69% from 255 or 3.16% from 348); Max value from RGB is 240 - color contains mainly: red. Hex color #F0610B is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F0610B is #0F9EF4. Grayscale: #828282. Windows color (decimal): -1023733 or 745968. OLE color: 745968.

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

Color convert

RGB 240 97 11 -
CMYK 0 0.60 0.95 0.06
HSL 22.53º 0.91% 0.49% -
HSV(B) 22.53º 0.95% 0.94% -
XYZ 40.27 27.1 3.42 -
YUV 129.95 60.88 206.49 -
System Red Green Blue C M Y K H S L
Decimal 240 97 11 0 0.60 0.95 0.06 22.53 0.91 0.49
Hex F0 61 B 0 3C 5F 6 17 5B 31
Octal 360 141 13 0 74 137 6 27 133 61
Binary 11110000 1100001 1011 0 111100 1011111 110 10111 1011011 110001

Color Harmonies of #F0610B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0610B

Black with #F0610B

Text Example


Text Example

White with #F0610B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0610B; }

 p { color: rgb(240,97,11); }

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

background-color css

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

 a { background-color: rgb(240,97,11); }

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

border-color css

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

 span { border-color: rgb(240,97,11); }

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