Html Css Color HEX #F04B00 Persimmon

📋 copy color: '#F04B00'

red 240 ◦ green 75 ◦ blue 0

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

Shades of Persimmon #F04B00

Tints of Persimmon #F04B00

RGB

 RED value IS 240 (94.14% from 255) = 76.19%

 GREEN value IS 75 (29.69% from 255) = 23.81%

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

R = 76.19%
G = 23.81%
B = 0%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 1

 K value IS 0.06

RGB Variations

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

Color information

#F04B00 (or 0xF04B00) is known color: Persimmon. HEX triplet: F0, 4B and 00. RGB value is (240,75,0). Sum of RGB (Red+Green+Blue) = 240+75+0=315 (41% of max value = 765). Red value is 240 (94.14% from 255 or 76.19% from 315); Green value is 75 (29.69% from 255 or 23.81% from 315); Blue value is 0 (0.39% from 255 or 0% from 315); Max value from RGB is 240 - color contains mainly: red. Hex color #F04B00 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F04B00 is #0FB4FF. Grayscale: #747474. Windows color (decimal): -1029376 or 19440. OLE color: 19440.

HSL color Cylindrical-coordinate representation of color #F04B00: hue angle of 18.75º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F04B00 is Cyan = 0, Magento = 0.69, Yellow = 1 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 75 0 -
CMYK 0 0.69 1 0.06
HSL 18.75º 1% 0.47% -
HSV(B) 18.75º 1% 0.94% -
XYZ 38.45 23.56 2.52 -
YUV 115.79 62.66 216.6 -
System Red Green Blue C M Y K H S L
Decimal 240 75 0 0 0.69 1 0.06 18.75 1 0.47
Hex F0 4B 0 0 45 64 6 13 64 2F
Octal 360 113 0 0 105 144 6 23 144 57
Binary 11110000 1001011 0 0 1000101 1100100 110 10011 1100100 101111

Color Harmonies of #F04B00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F04B00

Black with #F04B00

Text Example


Text Example

White with #F04B00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F04B00; }

 p { color: rgb(240,75,0); }

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

background-color css

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

 a { background-color: rgb(240,75,0); }

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

border-color css

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

 span { border-color: rgb(240,75,0); }

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