Html Css Color HEX #FB7A0B Pumpkin

📋 copy color: '#FB7A0B'

red 251 ◦ green 122 ◦ blue 11

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

Shades of Pumpkin #FB7A0B

Tints of Pumpkin #FB7A0B

RGB

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

 GREEN value IS 122 (48.05% from 255) = 31.77%

 BLUE value IS 11 (4.69% from 255) = 2.86%

R = 65.36%
G = 31.77%
B = 2.86%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.96

 K value IS 0.02

RGB Variations

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

Color information

#FB7A0B (or 0xFB7A0B) is known color: Pumpkin. HEX triplet: FB, 7A and 0B. RGB value is (251,122,11). Sum of RGB (Red+Green+Blue) = 251+122+11=384 (50% of max value = 765). Red value is 251 (98.44% from 255 or 65.36% from 384); Green value is 122 (48.05% from 255 or 31.77% from 384); Blue value is 11 (4.69% from 255 or 2.86% from 384); Max value from RGB is 251 - color contains mainly: red. Hex color #FB7A0B is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FB7A0B is #0485F4. Grayscale: #949494. Windows color (decimal): -296437 or 752379. OLE color: 752379.

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

Color convert

RGB 251 122 11 -
CMYK 0 0.51 0.96 0.02
HSL 27.75º 0.97% 0.51% -
HSV(B) 27.75º 0.96% 0.98% -
XYZ 46.8 34.45 4.5 -
YUV 147.92 50.74 201.53 -
System Red Green Blue C M Y K H S L
Decimal 251 122 11 0 0.51 0.96 0.02 27.75 0.97 0.51
Hex FB 7A B 0 33 60 2 1C 61 33
Octal 373 172 13 0 63 140 2 34 141 63
Binary 11111011 1111010 1011 0 110011 1100000 10 11100 1100001 110011

Color Harmonies of #FB7A0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB7A0B

Black with #FB7A0B

Text Example


Text Example

White with #FB7A0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB7A0B; }

 p { color: rgb(251,122,11); }

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

background-color css

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

 a { background-color: rgb(251,122,11); }

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

border-color css

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

 span { border-color: rgb(251,122,11); }

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