Html Css Color HEX #F0630E Persimmon

📋 copy color: '#F0630E'

red 240 ◦ green 99 ◦ blue 14

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

Shades of Persimmon #F0630E

Tints of Persimmon #F0630E

RGB

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

 GREEN value IS 99 (39.06% from 255) = 28.05%

 BLUE value IS 14 (5.86% from 255) = 3.97%

R = 67.99%
G = 28.05%
B = 3.97%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.94

 K value IS 0.06

RGB Variations

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

Color information

#F0630E (or 0xF0630E) is known color: Persimmon. HEX triplet: F0, 63 and 0E. RGB value is (240,99,14). Sum of RGB (Red+Green+Blue) = 240+99+14=353 (46% of max value = 765). Red value is 240 (94.14% from 255 or 67.99% from 353); Green value is 99 (39.06% from 255 or 28.05% from 353); Blue value is 14 (5.86% from 255 or 3.97% from 353); Max value from RGB is 240 - color contains mainly: red. Hex color #F0630E is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F0630E is #0F9CF1. Grayscale: #838383. Windows color (decimal): -1023218 or 943088. OLE color: 943088.

HSL color Cylindrical-coordinate representation of color #F0630E: hue angle of 22.57º degrees, saturation: 0.89, 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 #F0630E is Cyan = 0, Magento = 0.59, Yellow = 0.94 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 99 14 -
CMYK 0 0.59 0.94 0.06
HSL 22.57º 0.89% 0.5% -
HSV(B) 22.57º 0.94% 0.94% -
XYZ 40.48 27.48 3.59 -
YUV 131.47 61.71 205.41 -
System Red Green Blue C M Y K H S L
Decimal 240 99 14 0 0.59 0.94 0.06 22.57 0.89 0.5
Hex F0 63 E 0 3B 5E 6 17 59 32
Octal 360 143 16 0 73 136 6 27 131 62
Binary 11110000 1100011 1110 0 111011 1011110 110 10111 1011001 110010

Color Harmonies of #F0630E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0630E

Black with #F0630E

Text Example


Text Example

White with #F0630E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0630E; }

 p { color: rgb(240,99,14); }

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

background-color css

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

 a { background-color: rgb(240,99,14); }

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

border-color css

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

 span { border-color: rgb(240,99,14); }

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