Html Css Color HEX #F26007 Persimmon

📋 copy color: '#F26007'

red 242 ◦ green 96 ◦ blue 7

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

Shades of Persimmon #F26007

Tints of Persimmon #F26007

RGB

 RED value IS 242 (94.92% from 255) = 70.14%

 GREEN value IS 96 (37.89% from 255) = 27.83%

 BLUE value IS 7 (3.13% from 255) = 2.03%

R = 70.14%
G = 27.83%
B = 2.03%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.97

 K value IS 0.05

RGB Variations

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

Color information

#F26007 (or 0xF26007) is known color: Persimmon. HEX triplet: F2, 60 and 07. RGB value is (242,96,7). Sum of RGB (Red+Green+Blue) = 242+96+7=345 (45% of max value = 765). Red value is 242 (94.92% from 255 or 70.14% from 345); Green value is 96 (37.89% from 255 or 27.83% from 345); Blue value is 7 (3.12% from 255 or 2.03% from 345); Max value from RGB is 242 - color contains mainly: red. Hex color #F26007 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F26007 is #0D9FF8. Grayscale: #828282. Windows color (decimal): -892921 or 483570. OLE color: 483570.

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

Color convert

RGB 242 96 7 -
CMYK 0 0.60 0.97 0.05
HSL 22.72º 0.94% 0.49% -
HSV(B) 22.72º 0.97% 0.95% -
XYZ 40.84 27.26 3.31 -
YUV 129.51 58.87 208.24 -
System Red Green Blue C M Y K H S L
Decimal 242 96 7 0 0.60 0.97 0.05 22.72 0.94 0.49
Hex F2 60 7 0 3C 61 5 17 5E 31
Octal 362 140 7 0 74 141 5 27 136 61
Binary 11110010 1100000 111 0 111100 1100001 101 10111 1011110 110001

Color Harmonies of #F26007

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F26007

Black with #F26007

Text Example


Text Example

White with #F26007

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F26007; }

 p { color: rgb(242,96,7); }

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

background-color css

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

 a { background-color: rgb(242,96,7); }

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

border-color css

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

 span { border-color: rgb(242,96,7); }

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