Html Css Color HEX #FF690F Pumpkin

📋 copy color: '#FF690F'

red 255 ◦ green 105 ◦ blue 15

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

Shades of Pumpkin #FF690F

Tints of Pumpkin #FF690F

RGB

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

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

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

R = 68%
G = 28%
B = 4%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.94

 K value IS 0

RGB Variations

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

Color information

#FF690F (or 0xFF690F) is known color: Pumpkin. HEX triplet: FF, 69 and 0F. RGB value is (255,105,15). Sum of RGB (Red+Green+Blue) = 255+105+15=375 (49% of max value = 765). Red value is 255 (100% from 255 or 68% from 375); Green value is 105 (41.41% from 255 or 28% from 375); Blue value is 15 (6.25% from 255 or 4% from 375); Max value from RGB is 255 - color contains mainly: red. Hex color #FF690F is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF690F is #0096F0. Grayscale: #8C8C8C. Windows color (decimal): -38641 or 1010175. OLE color: 1010175.

HSL color Cylindrical-coordinate representation of color #FF690F: hue angle of 22.5º 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 #FF690F is Cyan = 0, Magento = 0.59, Yellow = 0.94 and Black (K on CMYK) = 0.

Color convert

RGB 255 105 15 -
CMYK 0 0.59 0.94 0
HSL 22.5º 1% 0.53% -
HSV(B) 22.5º 0.94% 1% -
XYZ 46.38 31.4 4.07 -
YUV 139.59 57.7 210.32 -
System Red Green Blue C M Y K H S L
Decimal 255 105 15 0 0.59 0.94 0 22.5 1 0.53
Hex FF 69 F 0 3B 5E 0 16 64 35
Octal 377 151 17 0 73 136 0 26 144 65
Binary 11111111 1101001 1111 0 111011 1011110 0 10110 1100100 110101

Color Harmonies of #FF690F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF690F

Black with #FF690F

Text Example


Text Example

White with #FF690F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF690F; }

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

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

background-color css

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

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

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

border-color css

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

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

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