Html Css Color HEX #FA851E Pumpkin

📋 copy color: '#FA851E'

red 250 ◦ green 133 ◦ blue 30

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

Shades of Pumpkin #FA851E

Tints of Pumpkin #FA851E

RGB

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

 GREEN value IS 133 (52.34% from 255) = 32.2%

 BLUE value IS 30 (12.11% from 255) = 7.26%

R = 60.53%
G = 32.2%
B = 7.26%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.88

 K value IS 0.02

RGB Variations

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

Color information

#FA851E (or 0xFA851E) is known color: Pumpkin. HEX triplet: FA, 85 and 1E. RGB value is (250,133,30). Sum of RGB (Red+Green+Blue) = 250+133+30=413 (54% of max value = 765). Red value is 250 (98.05% from 255 or 60.53% from 413); Green value is 133 (52.34% from 255 or 32.20% from 413); Blue value is 30 (12.11% from 255 or 7.26% from 413); Max value from RGB is 250 - color contains mainly: red. Hex color #FA851E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FA851E is #057AE1. Grayscale: #9C9C9C. Windows color (decimal): -359138 or 2000378. OLE color: 2000378.

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

Color convert

RGB 250 133 30 -
CMYK 0 0.47 0.88 0.02
HSL 28.09º 0.96% 0.55% -
HSV(B) 28.09º 0.88% 0.98% -
XYZ 48.05 37.19 5.87 -
YUV 156.24 56.76 194.88 -
System Red Green Blue C M Y K H S L
Decimal 250 133 30 0 0.47 0.88 0.02 28.09 0.96 0.55
Hex FA 85 1E 0 2F 58 2 1C 60 37
Octal 372 205 36 0 57 130 2 34 140 67
Binary 11111010 10000101 11110 0 101111 1011000 10 11100 1100000 110111

Color Harmonies of #FA851E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA851E

Black with #FA851E

Text Example


Text Example

White with #FA851E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA851E; }

 p { color: rgb(250,133,30); }

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

background-color css

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

 a { background-color: rgb(250,133,30); }

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

border-color css

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

 span { border-color: rgb(250,133,30); }

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