Html Css Color HEX #FA691C Pumpkin

📋 copy color: '#FA691C'

red 250 ◦ green 105 ◦ blue 28

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

Shades of Pumpkin #FA691C

Tints of Pumpkin #FA691C

RGB

 RED value IS 250 (98.05% from 255) = 65.27%

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

 BLUE value IS 28 (11.33% from 255) = 7.31%

R = 65.27%
G = 27.42%
B = 7.31%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.89

 K value IS 0.02

RGB Variations

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

Color information

#FA691C (or 0xFA691C) is known color: Pumpkin. HEX triplet: FA, 69 and 1C. RGB value is (250,105,28). Sum of RGB (Red+Green+Blue) = 250+105+28=383 (50% of max value = 765). Red value is 250 (98.05% from 255 or 65.27% from 383); Green value is 105 (41.41% from 255 or 27.42% from 383); Blue value is 28 (11.33% from 255 or 7.31% from 383); Max value from RGB is 250 - color contains mainly: red. Hex color #FA691C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FA691C is #0596E3. Grayscale: #8C8C8C. Windows color (decimal): -366308 or 1862138. OLE color: 1862138.

HSL color Cylindrical-coordinate representation of color #FA691C: hue angle of 20.81º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FA691C is Cyan = 0, Magento = 0.58, Yellow = 0.89 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 105 28 -
CMYK 0 0.58 0.89 0.02
HSL 20.81º 0.96% 0.55% -
HSV(B) 20.81º 0.89% 0.98% -
XYZ 44.69 30.51 4.63 -
YUV 139.58 65.04 206.76 -
System Red Green Blue C M Y K H S L
Decimal 250 105 28 0 0.58 0.89 0.02 20.81 0.96 0.55
Hex FA 69 1C 0 3A 59 2 15 60 37
Octal 372 151 34 0 72 131 2 25 140 67
Binary 11111010 1101001 11100 0 111010 1011001 10 10101 1100000 110111

Color Harmonies of #FA691C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA691C

Black with #FA691C

Text Example


Text Example

White with #FA691C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA691C; }

 p { color: rgb(250,105,28); }

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

background-color css

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

 a { background-color: rgb(250,105,28); }

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

border-color css

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

 span { border-color: rgb(250,105,28); }

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