Html Css Color HEX #FA690F Pumpkin

📋 copy color: '#FA690F'

red 250 ◦ green 105 ◦ blue 15

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

Shades of Pumpkin #FA690F

Tints of Pumpkin #FA690F

RGB

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

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

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

R = 67.57%
G = 28.38%
B = 4.05%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.94

 K value IS 0.02

RGB Variations

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

Color information

#FA690F (or 0xFA690F) is known color: Pumpkin. HEX triplet: FA, 69 and 0F. RGB value is (250,105,15). Sum of RGB (Red+Green+Blue) = 250+105+15=370 (49% of max value = 765). Red value is 250 (98.05% from 255 or 67.57% from 370); Green value is 105 (41.41% from 255 or 28.38% from 370); Blue value is 15 (6.25% from 255 or 4.05% from 370); Max value from RGB is 250 - color contains mainly: red. Hex color #FA690F is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FA690F is #0596F0. Grayscale: #8A8A8A. Windows color (decimal): -366321 or 1010170. OLE color: 1010170.

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

Color convert

RGB 250 105 15 -
CMYK 0 0.58 0.94 0.02
HSL 22.98º 0.96% 0.52% -
HSV(B) 22.98º 0.94% 0.98% -
XYZ 44.56 30.46 3.98 -
YUV 138.1 58.54 207.82 -
System Red Green Blue C M Y K H S L
Decimal 250 105 15 0 0.58 0.94 0.02 22.98 0.96 0.52
Hex FA 69 F 0 3A 5E 2 17 60 34
Octal 372 151 17 0 72 136 2 27 140 64
Binary 11111010 1101001 1111 0 111010 1011110 10 10111 1100000 110100

Color Harmonies of #FA690F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA690F

Black with #FA690F

Text Example


Text Example

White with #FA690F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA690F; }

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

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

background-color css

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

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

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

border-color css

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

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

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