Html Css Color HEX #FA802A Pumpkin

📋 copy color: '#FA802A'

red 250 ◦ green 128 ◦ blue 42

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

Shades of Pumpkin #FA802A

Tints of Pumpkin #FA802A

RGB

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

 GREEN value IS 128 (50.39% from 255) = 30.48%

 BLUE value IS 42 (16.8% from 255) = 10%

R = 59.52%
G = 30.48%
B = 10%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.83

 K value IS 0.02

RGB Variations

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

Color information

#FA802A (or 0xFA802A) is known color: Pumpkin. HEX triplet: FA, 80 and 2A. RGB value is (250,128,42). Sum of RGB (Red+Green+Blue) = 250+128+42=420 (55% of max value = 765). Red value is 250 (98.05% from 255 or 59.52% from 420); Green value is 128 (50.39% from 255 or 30.48% from 420); Blue value is 42 (16.80% from 255 or 10% from 420); Max value from RGB is 250 - color contains mainly: red. Hex color #FA802A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FA802A is #057FD5. Grayscale: #9B9B9B. Windows color (decimal): -360406 or 2785530. OLE color: 2785530.

HSL color Cylindrical-coordinate representation of color #FA802A: hue angle of 24.81º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FA802A is Cyan = 0, Magento = 0.49, Yellow = 0.83 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 128 42 -
CMYK 0 0.49 0.83 0.02
HSL 24.81º 0.95% 0.57% -
HSV(B) 24.81º 0.83% 0.98% -
XYZ 47.56 35.93 6.62 -
YUV 154.67 64.42 195.99 -
System Red Green Blue C M Y K H S L
Decimal 250 128 42 0 0.49 0.83 0.02 24.81 0.95 0.57
Hex FA 80 2A 0 31 53 2 19 5F 39
Octal 372 200 52 0 61 123 2 31 137 71
Binary 11111010 10000000 101010 0 110001 1010011 10 11001 1011111 111001

Color Harmonies of #FA802A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA802A

Black with #FA802A

Text Example


Text Example

White with #FA802A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA802A; }

 p { color: rgb(250,128,42); }

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

background-color css

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

 a { background-color: rgb(250,128,42); }

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

border-color css

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

 span { border-color: rgb(250,128,42); }

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