Html Css Color HEX #FB6C0E Pumpkin

📋 copy color: '#FB6C0E'

red 251 ◦ green 108 ◦ blue 14

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

Shades of Pumpkin #FB6C0E

Tints of Pumpkin #FB6C0E

RGB

 RED value IS 251 (98.44% from 255) = 67.29%

 GREEN value IS 108 (42.58% from 255) = 28.95%

 BLUE value IS 14 (5.86% from 255) = 3.75%

R = 67.29%
G = 28.95%
B = 3.75%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.94

 K value IS 0.02

RGB Variations

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

Color information

#FB6C0E (or 0xFB6C0E) is known color: Pumpkin. HEX triplet: FB, 6C and 0E. RGB value is (251,108,14). Sum of RGB (Red+Green+Blue) = 251+108+14=373 (49% of max value = 765). Red value is 251 (98.44% from 255 or 67.29% from 373); Green value is 108 (42.58% from 255 or 28.95% from 373); Blue value is 14 (5.86% from 255 or 3.75% from 373); Max value from RGB is 251 - color contains mainly: red. Hex color #FB6C0E is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FB6C0E is #0493F1. Grayscale: #8C8C8C. Windows color (decimal): -300018 or 945403. OLE color: 945403.

HSL color Cylindrical-coordinate representation of color #FB6C0E: hue angle of 23.8º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FB6C0E is Cyan = 0, Magento = 0.57, Yellow = 0.94 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 108 14 -
CMYK 0 0.57 0.94 0.02
HSL 23.8º 0.97% 0.52% -
HSV(B) 23.8º 0.94% 0.98% -
XYZ 45.23 31.27 4.07 -
YUV 140.04 56.88 207.14 -
System Red Green Blue C M Y K H S L
Decimal 251 108 14 0 0.57 0.94 0.02 23.8 0.97 0.52
Hex FB 6C E 0 39 5E 2 18 61 34
Octal 373 154 16 0 71 136 2 30 141 64
Binary 11111011 1101100 1110 0 111001 1011110 10 11000 1100001 110100

Color Harmonies of #FB6C0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB6C0E

Black with #FB6C0E

Text Example


Text Example

White with #FB6C0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB6C0E; }

 p { color: rgb(251,108,14); }

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

background-color css

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

 a { background-color: rgb(251,108,14); }

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

border-color css

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

 span { border-color: rgb(251,108,14); }

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