Html Css Color HEX #FB671F Pumpkin

📋 copy color: '#FB671F'

red 251 ◦ green 103 ◦ blue 31

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

Shades of Pumpkin #FB671F

Tints of Pumpkin #FB671F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 8.05%

R = 65.19%
G = 26.75%
B = 8.05%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.88

 K value IS 0.02

RGB Variations

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

Color information

#FB671F (or 0xFB671F) is known color: Pumpkin. HEX triplet: FB, 67 and 1F. RGB value is (251,103,31). Sum of RGB (Red+Green+Blue) = 251+103+31=385 (50% of max value = 765). Red value is 251 (98.44% from 255 or 65.19% from 385); Green value is 103 (40.62% from 255 or 26.75% from 385); Blue value is 31 (12.5% from 255 or 8.05% from 385); Max value from RGB is 251 - color contains mainly: red. Hex color #FB671F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FB671F is #0498E0. Grayscale: #8B8B8B. Windows color (decimal): -301281 or 2058235. OLE color: 2058235.

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

Color convert

RGB 251 103 31 -
CMYK 0 0.59 0.88 0.02
HSL 19.64º 0.96% 0.55% -
HSV(B) 19.64º 0.88% 0.98% -
XYZ 44.88 30.31 4.78 -
YUV 139.04 67.03 207.85 -
System Red Green Blue C M Y K H S L
Decimal 251 103 31 0 0.59 0.88 0.02 19.64 0.96 0.55
Hex FB 67 1F 0 3B 58 2 14 60 37
Octal 373 147 37 0 73 130 2 24 140 67
Binary 11111011 1100111 11111 0 111011 1011000 10 10100 1100000 110111

Color Harmonies of #FB671F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB671F

Black with #FB671F

Text Example


Text Example

White with #FB671F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB671F; }

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

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

background-color css

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

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

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

border-color css

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

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

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