Html Css Color HEX #F35900 Persimmon

📋 copy color: '#F35900'

red 243 ◦ green 89 ◦ blue 0

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

Shades of Persimmon #F35900

Tints of Persimmon #F35900

RGB

 RED value IS 243 (95.31% from 255) = 73.19%

 GREEN value IS 89 (35.16% from 255) = 26.81%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 73.19%
G = 26.81%
B = 0%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 1

 K value IS 0.05

RGB Variations

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

Color information

#F35900 (or 0xF35900) is known color: Persimmon. HEX triplet: F3, 59 and 00. RGB value is (243,89,0). Sum of RGB (Red+Green+Blue) = 243+89+0=332 (43% of max value = 765). Red value is 243 (95.31% from 255 or 73.19% from 332); Green value is 89 (35.16% from 255 or 26.81% from 332); Blue value is 0 (0.39% from 255 or 0% from 332); Max value from RGB is 243 - color contains mainly: red. Hex color #F35900 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F35900 is #0CA6FF. Grayscale: #7D7D7D. Windows color (decimal): -829184 or 23027. OLE color: 23027.

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

Color convert

RGB 243 89 0 -
CMYK 0 0.63 1 0.05
HSL 21.98º 1% 0.48% -
HSV(B) 21.98º 1% 0.95% -
XYZ 40.53 26.2 2.92 -
YUV 124.9 57.52 212.24 -
System Red Green Blue C M Y K H S L
Decimal 243 89 0 0 0.63 1 0.05 21.98 1 0.48
Hex F3 59 0 0 3F 64 5 16 64 30
Octal 363 131 0 0 77 144 5 26 144 60
Binary 11110011 1011001 0 0 111111 1100100 101 10110 1100100 110000

Color Harmonies of #F35900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F35900

Black with #F35900

Text Example


Text Example

White with #F35900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F35900; }

 p { color: rgb(243,89,0); }

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

background-color css

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

 a { background-color: rgb(243,89,0); }

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

border-color css

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

 span { border-color: rgb(243,89,0); }

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