Html Css Color HEX #FA7F18 Pumpkin

📋 copy color: '#FA7F18'

red 250 ◦ green 127 ◦ blue 24

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

Shades of Pumpkin #FA7F18

Tints of Pumpkin #FA7F18

RGB

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

 GREEN value IS 127 (50% from 255) = 31.67%

 BLUE value IS 24 (9.77% from 255) = 5.99%

R = 62.34%
G = 31.67%
B = 5.99%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.90

 K value IS 0.02

RGB Variations

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

Color information

#FA7F18 (or 0xFA7F18) is known color: Pumpkin. HEX triplet: FA, 7F and 18. RGB value is (250,127,24). Sum of RGB (Red+Green+Blue) = 250+127+24=401 (53% of max value = 765). Red value is 250 (98.05% from 255 or 62.34% from 401); Green value is 127 (50% from 255 or 31.67% from 401); Blue value is 24 (9.77% from 255 or 5.99% from 401); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7F18 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FA7F18 is #0580E7. Grayscale: #989898. Windows color (decimal): -360680 or 1605626. OLE color: 1605626.

HSL color Cylindrical-coordinate representation of color #FA7F18: hue angle of 27.35º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FA7F18 is Cyan = 0, Magento = 0.49, Yellow = 0.90 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 127 24 -
CMYK 0 0.49 0.90 0.02
HSL 27.35º 0.96% 0.54% -
HSV(B) 27.35º 0.9% 0.98% -
XYZ 47.18 35.57 5.24 -
YUV 152.04 55.75 197.88 -
System Red Green Blue C M Y K H S L
Decimal 250 127 24 0 0.49 0.90 0.02 27.35 0.96 0.54
Hex FA 7F 18 0 31 5A 2 1B 60 36
Octal 372 177 30 0 61 132 2 33 140 66
Binary 11111010 1111111 11000 0 110001 1011010 10 11011 1100000 110110

Color Harmonies of #FA7F18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA7F18

Black with #FA7F18

Text Example


Text Example

White with #FA7F18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA7F18; }

 p { color: rgb(250,127,24); }

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

background-color css

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

 a { background-color: rgb(250,127,24); }

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

border-color css

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

 span { border-color: rgb(250,127,24); }

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