Html Css Color HEX #F35002 Persimmon

📋 copy color: '#F35002'

red 243 ◦ green 80 ◦ blue 2

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

Shades of Persimmon #F35002

Tints of Persimmon #F35002

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.62%

R = 74.77%
G = 24.62%
B = 0.62%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.99

 K value IS 0.05

RGB Variations

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

Color information

#F35002 (or 0xF35002) is known color: Persimmon. HEX triplet: F3, 50 and 02. RGB value is (243,80,2). Sum of RGB (Red+Green+Blue) = 243+80+2=325 (43% of max value = 765). Red value is 243 (95.31% from 255 or 74.77% from 325); Green value is 80 (31.64% from 255 or 24.62% from 325); Blue value is 2 (1.17% from 255 or 0.62% from 325); Max value from RGB is 243 - color contains mainly: red. Hex color #F35002 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F35002 is #0CAFFD. Grayscale: #787878. Windows color (decimal): -831486 or 151795. OLE color: 151795.

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

Color convert

RGB 243 80 2 -
CMYK 0 0.67 0.99 0.05
HSL 19.42º 0.98% 0.48% -
HSV(B) 19.42º 0.99% 0.95% -
XYZ 39.84 24.8 2.74 -
YUV 119.85 61.5 215.84 -
System Red Green Blue C M Y K H S L
Decimal 243 80 2 0 0.67 0.99 0.05 19.42 0.98 0.48
Hex F3 50 2 0 43 63 5 13 62 30
Octal 363 120 2 0 103 143 5 23 142 60
Binary 11110011 1010000 10 0 1000011 1100011 101 10011 1100010 110000

Color Harmonies of #F35002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F35002

Black with #F35002

Text Example


Text Example

White with #F35002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F35002; }

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

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

background-color css

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

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

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

border-color css

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

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

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