Html Css Color HEX #F66F0D Pumpkin

📋 copy color: '#F66F0D'

red 246 ◦ green 111 ◦ blue 13

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

Shades of Pumpkin #F66F0D

Tints of Pumpkin #F66F0D

RGB

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

 GREEN value IS 111 (43.75% from 255) = 30%

 BLUE value IS 13 (5.47% from 255) = 3.51%

R = 66.49%
G = 30%
B = 3.51%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.95

 K value IS 0.04

RGB Variations

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

Color information

#F66F0D (or 0xF66F0D) is known color: Pumpkin. HEX triplet: F6, 6F and 0D. RGB value is (246,111,13). Sum of RGB (Red+Green+Blue) = 246+111+13=370 (49% of max value = 765). Red value is 246 (96.48% from 255 or 66.49% from 370); Green value is 111 (43.75% from 255 or 30% from 370); Blue value is 13 (5.47% from 255 or 3.51% from 370); Max value from RGB is 246 - color contains mainly: red. Hex color #F66F0D is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F66F0D is #0990F2. Grayscale: #8C8C8C. Windows color (decimal): -626931 or 880630. OLE color: 880630.

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

Color convert

RGB 246 111 13 -
CMYK 0 0.55 0.95 0.04
HSL 25.24º 0.93% 0.51% -
HSV(B) 25.24º 0.95% 0.96% -
XYZ 43.76 30.99 4.06 -
YUV 140.19 56.23 203.47 -
System Red Green Blue C M Y K H S L
Decimal 246 111 13 0 0.55 0.95 0.04 25.24 0.93 0.51
Hex F6 6F D 0 37 5F 4 19 5D 33
Octal 366 157 15 0 67 137 4 31 135 63
Binary 11110110 1101111 1101 0 110111 1011111 100 11001 1011101 110011

Color Harmonies of #F66F0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F66F0D

Black with #F66F0D

Text Example


Text Example

White with #F66F0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F66F0D; }

 p { color: rgb(246,111,13); }

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

background-color css

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

 a { background-color: rgb(246,111,13); }

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

border-color css

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

 span { border-color: rgb(246,111,13); }

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