Html Css Color HEX #F25B09 Persimmon

📋 copy color: '#F25B09'

red 242 ◦ green 91 ◦ blue 9

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

Shades of Persimmon #F25B09

Tints of Persimmon #F25B09

RGB

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

 GREEN value IS 91 (35.94% from 255) = 26.61%

 BLUE value IS 9 (3.91% from 255) = 2.63%

R = 70.76%
G = 26.61%
B = 2.63%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.96

 K value IS 0.05

RGB Variations

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

Color information

#F25B09 (or 0xF25B09) is known color: Persimmon. HEX triplet: F2, 5B and 09. RGB value is (242,91,9). Sum of RGB (Red+Green+Blue) = 242+91+9=342 (45% of max value = 765). Red value is 242 (94.92% from 255 or 70.76% from 342); Green value is 91 (35.94% from 255 or 26.61% from 342); Blue value is 9 (3.91% from 255 or 2.63% from 342); Max value from RGB is 242 - color contains mainly: red. Hex color #F25B09 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F25B09 is #0DA4F6. Grayscale: #7F7F7F. Windows color (decimal): -894199 or 613362. OLE color: 613362.

HSL color Cylindrical-coordinate representation of color #F25B09: hue angle of 21.12º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F25B09 is Cyan = 0, Magento = 0.62, Yellow = 0.96 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 91 9 -
CMYK 0 0.62 0.96 0.05
HSL 21.12º 0.93% 0.49% -
HSV(B) 21.12º 0.96% 0.95% -
XYZ 40.41 26.38 3.22 -
YUV 126.8 61.53 210.17 -
System Red Green Blue C M Y K H S L
Decimal 242 91 9 0 0.62 0.96 0.05 21.12 0.93 0.49
Hex F2 5B 9 0 3E 60 5 15 5D 31
Octal 362 133 11 0 76 140 5 25 135 61
Binary 11110010 1011011 1001 0 111110 1100000 101 10101 1011101 110001

Color Harmonies of #F25B09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F25B09

Black with #F25B09

Text Example


Text Example

White with #F25B09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F25B09; }

 p { color: rgb(242,91,9); }

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

background-color css

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

 a { background-color: rgb(242,91,9); }

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

border-color css

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

 span { border-color: rgb(242,91,9); }

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