Html Css Color HEX #F25C02 Persimmon

📋 copy color: '#F25C02'

red 242 ◦ green 92 ◦ blue 2

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

Shades of Persimmon #F25C02

Tints of Persimmon #F25C02

RGB

 RED value IS 242 (94.92% from 255) = 72.02%

 GREEN value IS 92 (36.33% from 255) = 27.38%

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

R = 72.02%
G = 27.38%
B = 0.6%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.99

 K value IS 0.05

RGB Variations

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

Color information

#F25C02 (or 0xF25C02) is known color: Persimmon. HEX triplet: F2, 5C and 02. RGB value is (242,92,2). Sum of RGB (Red+Green+Blue) = 242+92+2=336 (44% of max value = 765). Red value is 242 (94.92% from 255 or 72.02% from 336); Green value is 92 (36.33% from 255 or 27.38% from 336); Blue value is 2 (1.17% from 255 or 0.60% from 336); Max value from RGB is 242 - color contains mainly: red. Hex color #F25C02 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F25C02 is #0DA3FD. Grayscale: #7F7F7F. Windows color (decimal): -893950 or 154866. OLE color: 154866.

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

Color convert

RGB 242 92 2 -
CMYK 0 0.62 0.99 0.05
HSL 22.5º 0.98% 0.48% -
HSV(B) 22.5º 0.99% 0.95% -
XYZ 40.46 26.54 3.05 -
YUV 126.59 57.7 210.32 -
System Red Green Blue C M Y K H S L
Decimal 242 92 2 0 0.62 0.99 0.05 22.5 0.98 0.48
Hex F2 5C 2 0 3E 63 5 16 62 30
Octal 362 134 2 0 76 143 5 26 142 60
Binary 11110010 1011100 10 0 111110 1100011 101 10110 1100010 110000

Color Harmonies of #F25C02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F25C02

Black with #F25C02

Text Example


Text Example

White with #F25C02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F25C02; }

 p { color: rgb(242,92,2); }

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

background-color css

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

 a { background-color: rgb(242,92,2); }

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

border-color css

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

 span { border-color: rgb(242,92,2); }

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