Html Css Color HEX #FF691E Pumpkin

📋 copy color: '#FF691E'

red 255 ◦ green 105 ◦ blue 30

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

Shades of Pumpkin #FF691E

Tints of Pumpkin #FF691E

RGB

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

 GREEN value IS 105 (41.41% from 255) = 26.92%

 BLUE value IS 30 (12.11% from 255) = 7.69%

R = 65.38%
G = 26.92%
B = 7.69%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.88

 K value IS 0

RGB Variations

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

Color information

#FF691E (or 0xFF691E) is known color: Pumpkin. HEX triplet: FF, 69 and 1E. RGB value is (255,105,30). Sum of RGB (Red+Green+Blue) = 255+105+30=390 (51% of max value = 765). Red value is 255 (100% from 255 or 65.38% from 390); Green value is 105 (41.41% from 255 or 26.92% from 390); Blue value is 30 (12.11% from 255 or 7.69% from 390); Max value from RGB is 255 - color contains mainly: red. Hex color #FF691E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF691E is #0096E1. Grayscale: #8D8D8D. Windows color (decimal): -38626 or 1993215. OLE color: 1993215.

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

Color convert

RGB 255 105 30 -
CMYK 0 0.59 0.88 0
HSL 20º 1% 0.56% -
HSV(B) 20º 0.88% 1% -
XYZ 46.53 31.46 4.85 -
YUV 141.3 65.2 209.1 -
System Red Green Blue C M Y K H S L
Decimal 255 105 30 0 0.59 0.88 0 20 1 0.56
Hex FF 69 1E 0 3B 58 0 14 64 38
Octal 377 151 36 0 73 130 0 24 144 70
Binary 11111111 1101001 11110 0 111011 1011000 0 10100 1100100 111000

Color Harmonies of #FF691E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF691E

Black with #FF691E

Text Example


Text Example

White with #FF691E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF691E; }

 p { color: rgb(255,105,30); }

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

background-color css

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

 a { background-color: rgb(255,105,30); }

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

border-color css

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

 span { border-color: rgb(255,105,30); }

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