Html Css Color HEX #FF7B0F Pumpkin

📋 copy color: '#FF7B0F'

red 255 ◦ green 123 ◦ blue 15

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

Shades of Pumpkin #FF7B0F

Tints of Pumpkin #FF7B0F

RGB

 RED value IS 255 (100% from 255) = 64.89%

 GREEN value IS 123 (48.44% from 255) = 31.3%

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

R = 64.89%
G = 31.3%
B = 3.82%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.94

 K value IS 0

RGB Variations

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

Color information

#FF7B0F (or 0xFF7B0F) is known color: Pumpkin. HEX triplet: FF, 7B and 0F. RGB value is (255,123,15). Sum of RGB (Red+Green+Blue) = 255+123+15=393 (52% of max value = 765). Red value is 255 (100% from 255 or 64.89% from 393); Green value is 123 (48.44% from 255 or 31.30% from 393); Blue value is 15 (6.25% from 255 or 3.82% from 393); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7B0F is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF7B0F is #0084F0. Grayscale: #969696. Windows color (decimal): -34033 or 1014783. OLE color: 1014783.

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

Color convert

RGB 255 123 15 -
CMYK 0 0.52 0.94 0
HSL 27º 1% 0.53% -
HSV(B) 27º 0.94% 1% -
XYZ 48.41 35.46 4.75 -
YUV 150.16 51.73 202.78 -
System Red Green Blue C M Y K H S L
Decimal 255 123 15 0 0.52 0.94 0 27 1 0.53
Hex FF 7B F 0 34 5E 0 1B 64 35
Octal 377 173 17 0 64 136 0 33 144 65
Binary 11111111 1111011 1111 0 110100 1011110 0 11011 1100100 110101

Color Harmonies of #FF7B0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF7B0F

Black with #FF7B0F

Text Example


Text Example

White with #FF7B0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF7B0F; }

 p { color: rgb(255,123,15); }

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

background-color css

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

 a { background-color: rgb(255,123,15); }

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

border-color css

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

 span { border-color: rgb(255,123,15); }

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