Html Css Color HEX #FC690F Pumpkin

📋 copy color: '#FC690F'

red 252 ◦ green 105 ◦ blue 15

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

Shades of Pumpkin #FC690F

Tints of Pumpkin #FC690F

RGB

 RED value IS 252 (98.83% from 255) = 67.74%

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

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

R = 67.74%
G = 28.23%
B = 4.03%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.94

 K value IS 0.01

RGB Variations

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

Color information

#FC690F (or 0xFC690F) is known color: Pumpkin. HEX triplet: FC, 69 and 0F. RGB value is (252,105,15). Sum of RGB (Red+Green+Blue) = 252+105+15=372 (49% of max value = 765). Red value is 252 (98.83% from 255 or 67.74% from 372); Green value is 105 (41.41% from 255 or 28.23% from 372); Blue value is 15 (6.25% from 255 or 4.03% from 372); Max value from RGB is 252 - color contains mainly: red. Hex color #FC690F is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FC690F is #0396F0. Grayscale: #8B8B8B. Windows color (decimal): -235249 or 1010172. OLE color: 1010172.

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

Color convert

RGB 252 105 15 -
CMYK 0 0.58 0.94 0.01
HSL 22.78º 0.98% 0.52% -
HSV(B) 22.78º 0.94% 0.99% -
XYZ 45.28 30.83 4.02 -
YUV 138.69 58.2 208.82 -
System Red Green Blue C M Y K H S L
Decimal 252 105 15 0 0.58 0.94 0.01 22.78 0.98 0.52
Hex FC 69 F 0 3A 5E 1 17 62 34
Octal 374 151 17 0 72 136 1 27 142 64
Binary 11111100 1101001 1111 0 111010 1011110 1 10111 1100010 110100

Color Harmonies of #FC690F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC690F

Black with #FC690F

Text Example


Text Example

White with #FC690F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC690F; }

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

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

background-color css

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

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

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

border-color css

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

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

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