Html Css Color HEX #FB6F0F Pumpkin

📋 copy color: '#FB6F0F'

red 251 ◦ green 111 ◦ blue 15

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

Shades of Pumpkin #FB6F0F

Tints of Pumpkin #FB6F0F

RGB

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

 GREEN value IS 111 (43.75% from 255) = 29.44%

 BLUE value IS 15 (6.25% from 255) = 3.98%

R = 66.58%
G = 29.44%
B = 3.98%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.94

 K value IS 0.02

RGB Variations

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

Color information

#FB6F0F (or 0xFB6F0F) is known color: Pumpkin. HEX triplet: FB, 6F and 0F. RGB value is (251,111,15). Sum of RGB (Red+Green+Blue) = 251+111+15=377 (49% of max value = 765). Red value is 251 (98.44% from 255 or 66.58% from 377); Green value is 111 (43.75% from 255 or 29.44% from 377); Blue value is 15 (6.25% from 255 or 3.98% from 377); Max value from RGB is 251 - color contains mainly: red. Hex color #FB6F0F is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FB6F0F is #0490F0. Grayscale: #8E8E8E. Windows color (decimal): -299249 or 1011707. OLE color: 1011707.

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

Color convert

RGB 251 111 15 -
CMYK 0 0.56 0.94 0.02
HSL 24.41º 0.97% 0.52% -
HSV(B) 24.41º 0.94% 0.98% -
XYZ 45.55 31.91 4.21 -
YUV 141.92 56.38 205.81 -
System Red Green Blue C M Y K H S L
Decimal 251 111 15 0 0.56 0.94 0.02 24.41 0.97 0.52
Hex FB 6F F 0 38 5E 2 18 61 34
Octal 373 157 17 0 70 136 2 30 141 64
Binary 11111011 1101111 1111 0 111000 1011110 10 11000 1100001 110100

Color Harmonies of #FB6F0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB6F0F

Black with #FB6F0F

Text Example


Text Example

White with #FB6F0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB6F0F; }

 p { color: rgb(251,111,15); }

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

background-color css

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

 a { background-color: rgb(251,111,15); }

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

border-color css

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

 span { border-color: rgb(251,111,15); }

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