Html Css Color HEX #F26206 Persimmon

📋 copy color: '#F26206'

red 242 ◦ green 98 ◦ blue 6

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

Shades of Persimmon #F26206

Tints of Persimmon #F26206

RGB

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

 GREEN value IS 98 (38.67% from 255) = 28.32%

 BLUE value IS 6 (2.73% from 255) = 1.73%

R = 69.94%
G = 28.32%
B = 1.73%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.98

 K value IS 0.05

RGB Variations

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

Color information

#F26206 (or 0xF26206) is known color: Persimmon. HEX triplet: F2, 62 and 06. RGB value is (242,98,6). Sum of RGB (Red+Green+Blue) = 242+98+6=346 (45% of max value = 765). Red value is 242 (94.92% from 255 or 69.94% from 346); Green value is 98 (38.67% from 255 or 28.32% from 346); Blue value is 6 (2.73% from 255 or 1.73% from 346); Max value from RGB is 242 - color contains mainly: red. Hex color #F26206 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F26206 is #0D9DF9. Grayscale: #838383. Windows color (decimal): -892410 or 418546. OLE color: 418546.

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

Color convert

RGB 242 98 6 -
CMYK 0 0.60 0.98 0.05
HSL 23.39º 0.95% 0.49% -
HSV(B) 23.39º 0.98% 0.95% -
XYZ 41.02 27.63 3.34 -
YUV 130.57 57.71 207.48 -
System Red Green Blue C M Y K H S L
Decimal 242 98 6 0 0.60 0.98 0.05 23.39 0.95 0.49
Hex F2 62 6 0 3C 62 5 17 5F 31
Octal 362 142 6 0 74 142 5 27 137 61
Binary 11110010 1100010 110 0 111100 1100010 101 10111 1011111 110001

Color Harmonies of #F26206

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F26206

Black with #F26206

Text Example


Text Example

White with #F26206

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F26206; }

 p { color: rgb(242,98,6); }

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

background-color css

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

 a { background-color: rgb(242,98,6); }

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

border-color css

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

 span { border-color: rgb(242,98,6); }

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