Html Css Color HEX #F65B00 Persimmon

📋 copy color: '#F65B00'

red 246 ◦ green 91 ◦ blue 0

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

Shades of Persimmon #F65B00

Tints of Persimmon #F65B00

RGB

 RED value IS 246 (96.48% from 255) = 73%

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 73%
G = 27%
B = 0%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 1

 K value IS 0.04

RGB Variations

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

Color information

#F65B00 (or 0xF65B00) is known color: Persimmon. HEX triplet: F6, 5B and 00. RGB value is (246,91,0). Sum of RGB (Red+Green+Blue) = 246+91+0=337 (44% of max value = 765). Red value is 246 (96.48% from 255 or 73.00% from 337); Green value is 91 (35.94% from 255 or 27.00% from 337); Blue value is 0 (0.39% from 255 or 0% from 337); Max value from RGB is 246 - color contains mainly: red. Hex color #F65B00 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F65B00 is #09A4FF. Grayscale: #7F7F7F. Windows color (decimal): -632064 or 23542. OLE color: 23542.

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

Color convert

RGB 246 91 0 -
CMYK 0 0.63 1 0.04
HSL 22.2º 1% 0.48% -
HSV(B) 22.2º 1% 0.96% -
XYZ 41.75 27.08 3.03 -
YUV 126.97 56.35 212.9 -
System Red Green Blue C M Y K H S L
Decimal 246 91 0 0 0.63 1 0.04 22.2 1 0.48
Hex F6 5B 0 0 3F 64 4 16 64 30
Octal 366 133 0 0 77 144 4 26 144 60
Binary 11110110 1011011 0 0 111111 1100100 100 10110 1100100 110000

Color Harmonies of #F65B00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F65B00

Black with #F65B00

Text Example


Text Example

White with #F65B00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F65B00; }

 p { color: rgb(246,91,0); }

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

background-color css

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

 a { background-color: rgb(246,91,0); }

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

border-color css

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

 span { border-color: rgb(246,91,0); }

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