Html Css Color HEX #F45502 Persimmon

📋 copy color: '#F45502'

red 244 ◦ green 85 ◦ blue 2

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

Shades of Persimmon #F45502

Tints of Persimmon #F45502

RGB

 RED value IS 244 (95.7% from 255) = 73.72%

 GREEN value IS 85 (33.59% from 255) = 25.68%

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

R = 73.72%
G = 25.68%
B = 0.6%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.99

 K value IS 0.04

RGB Variations

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

Color information

#F45502 (or 0xF45502) is known color: Persimmon. HEX triplet: F4, 55 and 02. RGB value is (244,85,2). Sum of RGB (Red+Green+Blue) = 244+85+2=331 (43% of max value = 765). Red value is 244 (95.70% from 255 or 73.72% from 331); Green value is 85 (33.59% from 255 or 25.68% from 331); Blue value is 2 (1.17% from 255 or 0.60% from 331); Max value from RGB is 244 - color contains mainly: red. Hex color #F45502 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F45502 is #0BAAFD. Grayscale: #7B7B7B. Windows color (decimal): -764670 or 153076. OLE color: 153076.

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

Color convert

RGB 244 85 2 -
CMYK 0 0.65 0.99 0.04
HSL 20.58º 0.98% 0.48% -
HSV(B) 20.58º 0.99% 0.96% -
XYZ 40.57 25.73 2.89 -
YUV 123.08 59.68 214.25 -
System Red Green Blue C M Y K H S L
Decimal 244 85 2 0 0.65 0.99 0.04 20.58 0.98 0.48
Hex F4 55 2 0 41 63 4 15 62 30
Octal 364 125 2 0 101 143 4 25 142 60
Binary 11110100 1010101 10 0 1000001 1100011 100 10101 1100010 110000

Color Harmonies of #F45502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F45502

Black with #F45502

Text Example


Text Example

White with #F45502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F45502; }

 p { color: rgb(244,85,2); }

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

background-color css

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

 a { background-color: rgb(244,85,2); }

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

border-color css

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

 span { border-color: rgb(244,85,2); }

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