Html Css Color HEX #FB802A Pumpkin

📋 copy color: '#FB802A'

red 251 ◦ green 128 ◦ blue 42

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

Shades of Pumpkin #FB802A

Tints of Pumpkin #FB802A

RGB

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

 GREEN value IS 128 (50.39% from 255) = 30.4%

 BLUE value IS 42 (16.8% from 255) = 9.98%

R = 59.62%
G = 30.4%
B = 9.98%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.83

 K value IS 0.02

RGB Variations

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

Color information

#FB802A (or 0xFB802A) is known color: Pumpkin. HEX triplet: FB, 80 and 2A. RGB value is (251,128,42). Sum of RGB (Red+Green+Blue) = 251+128+42=421 (55% of max value = 765). Red value is 251 (98.44% from 255 or 59.62% from 421); Green value is 128 (50.39% from 255 or 30.40% from 421); Blue value is 42 (16.80% from 255 or 9.98% from 421); Max value from RGB is 251 - color contains mainly: red. Hex color #FB802A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FB802A is #047FD5. Grayscale: #9B9B9B. Windows color (decimal): -294870 or 2785531. OLE color: 2785531.

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

Color convert

RGB 251 128 42 -
CMYK 0 0.49 0.83 0.02
HSL 24.69º 0.96% 0.57% -
HSV(B) 24.69º 0.83% 0.98% -
XYZ 47.92 36.11 6.64 -
YUV 154.97 64.25 196.49 -
System Red Green Blue C M Y K H S L
Decimal 251 128 42 0 0.49 0.83 0.02 24.69 0.96 0.57
Hex FB 80 2A 0 31 53 2 19 60 39
Octal 373 200 52 0 61 123 2 31 140 71
Binary 11111011 10000000 101010 0 110001 1010011 10 11001 1100000 111001

Color Harmonies of #FB802A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB802A

Black with #FB802A

Text Example


Text Example

White with #FB802A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB802A; }

 p { color: rgb(251,128,42); }

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

background-color css

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

 a { background-color: rgb(251,128,42); }

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

border-color css

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

 span { border-color: rgb(251,128,42); }

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