Html Css Color HEX #FB7F28 Pumpkin

📋 copy color: '#FB7F28'

red 251 ◦ green 127 ◦ blue 40

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

Shades of Pumpkin #FB7F28

Tints of Pumpkin #FB7F28

RGB

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

 GREEN value IS 127 (50% from 255) = 30.38%

 BLUE value IS 40 (16.02% from 255) = 9.57%

R = 60.05%
G = 30.38%
B = 9.57%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.84

 K value IS 0.02

RGB Variations

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

Color information

#FB7F28 (or 0xFB7F28) is known color: Pumpkin. HEX triplet: FB, 7F and 28. RGB value is (251,127,40). Sum of RGB (Red+Green+Blue) = 251+127+40=418 (55% of max value = 765). Red value is 251 (98.44% from 255 or 60.05% from 418); Green value is 127 (50% from 255 or 30.38% from 418); Blue value is 40 (16.02% from 255 or 9.57% from 418); Max value from RGB is 251 - color contains mainly: red. Hex color #FB7F28 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FB7F28 is #0480D7. Grayscale: #9A9A9A. Windows color (decimal): -295128 or 2654203. OLE color: 2654203.

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

Color convert

RGB 251 127 40 -
CMYK 0 0.49 0.84 0.02
HSL 24.74º 0.96% 0.57% -
HSV(B) 24.74º 0.84% 0.98% -
XYZ 47.76 35.84 6.41 -
YUV 154.16 63.58 197.07 -
System Red Green Blue C M Y K H S L
Decimal 251 127 40 0 0.49 0.84 0.02 24.74 0.96 0.57
Hex FB 7F 28 0 31 54 2 19 60 39
Octal 373 177 50 0 61 124 2 31 140 71
Binary 11111011 1111111 101000 0 110001 1010100 10 11001 1100000 111001

Color Harmonies of #FB7F28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB7F28

Black with #FB7F28

Text Example


Text Example

White with #FB7F28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB7F28; }

 p { color: rgb(251,127,40); }

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

background-color css

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

 a { background-color: rgb(251,127,40); }

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

border-color css

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

 span { border-color: rgb(251,127,40); }

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