Html Css Color HEX #F26304 Persimmon

📋 copy color: '#F26304'

red 242 ◦ green 99 ◦ blue 4

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

Shades of Persimmon #F26304

Tints of Persimmon #F26304

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.16%

R = 70.14%
G = 28.7%
B = 1.16%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.98

 K value IS 0.05

RGB Variations

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

Color information

#F26304 (or 0xF26304) is known color: Persimmon. HEX triplet: F2, 63 and 04. RGB value is (242,99,4). Sum of RGB (Red+Green+Blue) = 242+99+4=345 (45% of max value = 765). Red value is 242 (94.92% from 255 or 70.14% from 345); Green value is 99 (39.06% from 255 or 28.70% from 345); Blue value is 4 (1.95% from 255 or 1.16% from 345); Max value from RGB is 242 - color contains mainly: red. Hex color #F26304 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F26304 is #0D9CFB. Grayscale: #838383. Windows color (decimal): -892156 or 287730. OLE color: 287730.

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

Color convert

RGB 242 99 4 -
CMYK 0 0.59 0.98 0.05
HSL 23.95º 0.97% 0.48% -
HSV(B) 23.95º 0.98% 0.95% -
XYZ 41.1 27.81 3.32 -
YUV 130.93 56.38 207.22 -
System Red Green Blue C M Y K H S L
Decimal 242 99 4 0 0.59 0.98 0.05 23.95 0.97 0.48
Hex F2 63 4 0 3B 62 5 18 61 30
Octal 362 143 4 0 73 142 5 30 141 60
Binary 11110010 1100011 100 0 111011 1100010 101 11000 1100001 110000

Color Harmonies of #F26304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F26304

Black with #F26304

Text Example


Text Example

White with #F26304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F26304; }

 p { color: rgb(242,99,4); }

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

background-color css

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

 a { background-color: rgb(242,99,4); }

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

border-color css

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

 span { border-color: rgb(242,99,4); }

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