Html Css Color HEX #FA6F0F Pumpkin

📋 copy color: '#FA6F0F'

red 250 ◦ green 111 ◦ blue 15

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

Shades of Pumpkin #FA6F0F

Tints of Pumpkin #FA6F0F

RGB

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

 GREEN value IS 111 (43.75% from 255) = 29.52%

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

R = 66.49%
G = 29.52%
B = 3.99%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.94

 K value IS 0.02

RGB Variations

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

Color information

#FA6F0F (or 0xFA6F0F) is known color: Pumpkin. HEX triplet: FA, 6F and 0F. RGB value is (250,111,15). Sum of RGB (Red+Green+Blue) = 250+111+15=376 (49% of max value = 765). Red value is 250 (98.05% from 255 or 66.49% from 376); Green value is 111 (43.75% from 255 or 29.52% from 376); Blue value is 15 (6.25% from 255 or 3.99% from 376); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6F0F is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FA6F0F is #0590F0. Grayscale: #8E8E8E. Windows color (decimal): -364785 or 1011706. OLE color: 1011706.

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

Color convert

RGB 250 111 15 -
CMYK 0 0.56 0.94 0.02
HSL 24.51º 0.96% 0.52% -
HSV(B) 24.51º 0.94% 0.98% -
XYZ 45.2 31.73 4.19 -
YUV 141.62 56.55 205.31 -
System Red Green Blue C M Y K H S L
Decimal 250 111 15 0 0.56 0.94 0.02 24.51 0.96 0.52
Hex FA 6F F 0 38 5E 2 19 60 34
Octal 372 157 17 0 70 136 2 31 140 64
Binary 11111010 1101111 1111 0 111000 1011110 10 11001 1100000 110100

Color Harmonies of #FA6F0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA6F0F

Black with #FA6F0F

Text Example


Text Example

White with #FA6F0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA6F0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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