Html Css Color HEX #FB7025 Pumpkin

📋 copy color: '#FB7025'

red 251 ◦ green 112 ◦ blue 37

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

Shades of Pumpkin #FB7025

Tints of Pumpkin #FB7025

RGB

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

 GREEN value IS 112 (44.14% from 255) = 28%

 BLUE value IS 37 (14.84% from 255) = 9.25%

R = 62.75%
G = 28%
B = 9.25%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.85

 K value IS 0.02

RGB Variations

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

Color information

#FB7025 (or 0xFB7025) is known color: Pumpkin. HEX triplet: FB, 70 and 25. RGB value is (251,112,37). Sum of RGB (Red+Green+Blue) = 251+112+37=400 (52% of max value = 765). Red value is 251 (98.44% from 255 or 62.75% from 400); Green value is 112 (44.14% from 255 or 28% from 400); Blue value is 37 (14.84% from 255 or 9.25% from 400); Max value from RGB is 251 - color contains mainly: red. Hex color #FB7025 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FB7025 is #048FDA. Grayscale: #919191. Windows color (decimal): -298971 or 2453755. OLE color: 2453755.

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

Color convert

RGB 251 112 37 -
CMYK 0 0.55 0.85 0.02
HSL 21.03º 0.96% 0.56% -
HSV(B) 21.03º 0.85% 0.98% -
XYZ 45.91 32.23 5.55 -
YUV 145.01 67.05 203.6 -
System Red Green Blue C M Y K H S L
Decimal 251 112 37 0 0.55 0.85 0.02 21.03 0.96 0.56
Hex FB 70 25 0 37 55 2 15 60 38
Octal 373 160 45 0 67 125 2 25 140 70
Binary 11111011 1110000 100101 0 110111 1010101 10 10101 1100000 111000

Color Harmonies of #FB7025

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB7025

Black with #FB7025

Text Example


Text Example

White with #FB7025

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB7025; }

 p { color: rgb(251,112,37); }

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

background-color css

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

 a { background-color: rgb(251,112,37); }

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

border-color css

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

 span { border-color: rgb(251,112,37); }

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