Html Css Color HEX #F45F02 Persimmon

📋 copy color: '#F45F02'

red 244 ◦ green 95 ◦ blue 2

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

Shades of Persimmon #F45F02

Tints of Persimmon #F45F02

RGB

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

 GREEN value IS 95 (37.5% from 255) = 27.86%

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

R = 71.55%
G = 27.86%
B = 0.59%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.99

 K value IS 0.04

RGB Variations

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

Color information

#F45F02 (or 0xF45F02) is known color: Persimmon. HEX triplet: F4, 5F and 02. RGB value is (244,95,2). Sum of RGB (Red+Green+Blue) = 244+95+2=341 (45% of max value = 765). Red value is 244 (95.70% from 255 or 71.55% from 341); Green value is 95 (37.5% from 255 or 27.86% from 341); Blue value is 2 (1.17% from 255 or 0.59% from 341); Max value from RGB is 244 - color contains mainly: red. Hex color #F45F02 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F45F02 is #0BA0FD. Grayscale: #818181. Windows color (decimal): -762110 or 155636. OLE color: 155636.

HSL color Cylindrical-coordinate representation of color #F45F02: hue angle of 23.06º 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 #F45F02 is Cyan = 0, Magento = 0.61, Yellow = 0.99 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 95 2 -
CMYK 0 0.61 0.99 0.04
HSL 23.06º 0.98% 0.48% -
HSV(B) 23.06º 0.99% 0.96% -
XYZ 41.41 27.42 3.17 -
YUV 128.95 56.36 210.06 -
System Red Green Blue C M Y K H S L
Decimal 244 95 2 0 0.61 0.99 0.04 23.06 0.98 0.48
Hex F4 5F 2 0 3D 63 4 17 62 30
Octal 364 137 2 0 75 143 4 27 142 60
Binary 11110100 1011111 10 0 111101 1100011 100 10111 1100010 110000

Color Harmonies of #F45F02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F45F02

Black with #F45F02

Text Example


Text Example

White with #F45F02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F45F02; }

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

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

background-color css

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

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

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

border-color css

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

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

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