Html Css Color HEX #FB6714 Pumpkin

📋 copy color: '#FB6714'

red 251 ◦ green 103 ◦ blue 20

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

Shades of Pumpkin #FB6714

Tints of Pumpkin #FB6714

RGB

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

 GREEN value IS 103 (40.63% from 255) = 27.54%

 BLUE value IS 20 (8.2% from 255) = 5.35%

R = 67.11%
G = 27.54%
B = 5.35%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.92

 K value IS 0.02

RGB Variations

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

Color information

#FB6714 (or 0xFB6714) is known color: Pumpkin. HEX triplet: FB, 67 and 14. RGB value is (251,103,20). Sum of RGB (Red+Green+Blue) = 251+103+20=374 (49% of max value = 765). Red value is 251 (98.44% from 255 or 67.11% from 374); Green value is 103 (40.62% from 255 or 27.54% from 374); Blue value is 20 (8.20% from 255 or 5.35% from 374); Max value from RGB is 251 - color contains mainly: red. Hex color #FB6714 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FB6714 is #0498EB. Grayscale: #8A8A8A. Windows color (decimal): -301292 or 1337339. OLE color: 1337339.

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

Color convert

RGB 251 103 20 -
CMYK 0 0.59 0.92 0.02
HSL 21.56º 0.97% 0.53% -
HSV(B) 21.56º 0.92% 0.98% -
XYZ 44.76 30.26 4.14 -
YUV 137.79 61.53 208.75 -
System Red Green Blue C M Y K H S L
Decimal 251 103 20 0 0.59 0.92 0.02 21.56 0.97 0.53
Hex FB 67 14 0 3B 5C 2 16 61 35
Octal 373 147 24 0 73 134 2 26 141 65
Binary 11111011 1100111 10100 0 111011 1011100 10 10110 1100001 110101

Color Harmonies of #FB6714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB6714

Black with #FB6714

Text Example


Text Example

White with #FB6714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB6714; }

 p { color: rgb(251,103,20); }

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

background-color css

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

 a { background-color: rgb(251,103,20); }

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

border-color css

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

 span { border-color: rgb(251,103,20); }

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