Html Css Color HEX #FA6F0E Pumpkin

📋 copy color: '#FA6F0E'

red 250 ◦ green 111 ◦ blue 14

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

Shades of Pumpkin #FA6F0E

Tints of Pumpkin #FA6F0E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 3.73%

R = 66.67%
G = 29.6%
B = 3.73%

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

#FA6F0E (or 0xFA6F0E) is known color: Pumpkin. HEX triplet: FA, 6F and 0E. RGB value is (250,111,14). Sum of RGB (Red+Green+Blue) = 250+111+14=375 (49% of max value = 765). Red value is 250 (98.05% from 255 or 66.67% from 375); Green value is 111 (43.75% from 255 or 29.6% from 375); Blue value is 14 (5.86% from 255 or 3.73% from 375); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6F0E is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FA6F0E is #0590F1. Grayscale: #8E8E8E. Windows color (decimal): -364786 or 946170. OLE color: 946170.

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

Color convert

RGB 250 111 14 -
CMYK 0 0.56 0.94 0.02
HSL 24.66º 0.96% 0.52% -
HSV(B) 24.66º 0.94% 0.98% -
XYZ 45.19 31.72 4.16 -
YUV 141.5 56.05 205.39 -
System Red Green Blue C M Y K H S L
Decimal 250 111 14 0 0.56 0.94 0.02 24.66 0.96 0.52
Hex FA 6F E 0 38 5E 2 19 60 34
Octal 372 157 16 0 70 136 2 31 140 64
Binary 11111010 1101111 1110 0 111000 1011110 10 11001 1100000 110100

Color Harmonies of #FA6F0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA6F0E

Black with #FA6F0E

Text Example


Text Example

White with #FA6F0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA6F0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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