Html Css Color HEX #F35000 Persimmon

📋 copy color: '#F35000'

red 243 ◦ green 80 ◦ blue 0

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

Shades of Persimmon #F35000

Tints of Persimmon #F35000

RGB

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

 GREEN value IS 80 (31.64% from 255) = 24.77%

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

R = 75.23%
G = 24.77%
B = 0%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 1

 K value IS 0.05

RGB Variations

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

Color information

#F35000 (or 0xF35000) is known color: Persimmon. HEX triplet: F3, 50 and 00. RGB value is (243,80,0). Sum of RGB (Red+Green+Blue) = 243+80+0=323 (42% of max value = 765). Red value is 243 (95.31% from 255 or 75.23% from 323); Green value is 80 (31.64% from 255 or 24.77% from 323); Blue value is 0 (0.39% from 255 or 0% from 323); Max value from RGB is 243 - color contains mainly: red. Hex color #F35000 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F35000 is #0CAFFF. Grayscale: #787878. Windows color (decimal): -831488 or 20723. OLE color: 20723.

HSL color Cylindrical-coordinate representation of color #F35000: hue angle of 19.75º 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 #F35000 is Cyan = 0, Magento = 0.67, Yellow = 1 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 80 0 -
CMYK 0 0.67 1 0.05
HSL 19.75º 1% 0.48% -
HSV(B) 19.75º 1% 0.95% -
XYZ 39.83 24.79 2.69 -
YUV 119.62 60.5 216 -
System Red Green Blue C M Y K H S L
Decimal 243 80 0 0 0.67 1 0.05 19.75 1 0.48
Hex F3 50 0 0 43 64 5 14 64 30
Octal 363 120 0 0 103 144 5 24 144 60
Binary 11110011 1010000 0 0 1000011 1100100 101 10100 1100100 110000

Color Harmonies of #F35000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F35000

Black with #F35000

Text Example


Text Example

White with #F35000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F35000; }

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

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

background-color css

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

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

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

border-color css

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

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

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