Html Css Color HEX #FB771A Pumpkin

📋 copy color: '#FB771A'

red 251 ◦ green 119 ◦ blue 26

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

Shades of Pumpkin #FB771A

Tints of Pumpkin #FB771A

RGB

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

 GREEN value IS 119 (46.88% from 255) = 30.05%

 BLUE value IS 26 (10.55% from 255) = 6.57%

R = 63.38%
G = 30.05%
B = 6.57%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.90

 K value IS 0.02

RGB Variations

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

Color information

#FB771A (or 0xFB771A) is known color: Pumpkin. HEX triplet: FB, 77 and 1A. RGB value is (251,119,26). Sum of RGB (Red+Green+Blue) = 251+119+26=396 (52% of max value = 765). Red value is 251 (98.44% from 255 or 63.38% from 396); Green value is 119 (46.88% from 255 or 30.05% from 396); Blue value is 26 (10.55% from 255 or 6.57% from 396); Max value from RGB is 251 - color contains mainly: red. Hex color #FB771A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FB771A is #0488E5. Grayscale: #949494. Windows color (decimal): -297190 or 1734651. OLE color: 1734651.

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

Color convert

RGB 251 119 26 -
CMYK 0 0.53 0.90 0.02
HSL 24.8º 0.97% 0.54% -
HSV(B) 24.8º 0.9% 0.98% -
XYZ 46.57 33.78 5.04 -
YUV 147.87 59.23 201.56 -
System Red Green Blue C M Y K H S L
Decimal 251 119 26 0 0.53 0.90 0.02 24.8 0.97 0.54
Hex FB 77 1A 0 35 5A 2 19 61 36
Octal 373 167 32 0 65 132 2 31 141 66
Binary 11111011 1110111 11010 0 110101 1011010 10 11001 1100001 110110

Color Harmonies of #FB771A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB771A

Black with #FB771A

Text Example


Text Example

White with #FB771A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB771A; }

 p { color: rgb(251,119,26); }

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

background-color css

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

 a { background-color: rgb(251,119,26); }

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

border-color css

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

 span { border-color: rgb(251,119,26); }

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