Html Css Color HEX #FA7B0A Pumpkin

📋 copy color: '#FA7B0A'

red 250 ◦ green 123 ◦ blue 10

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

Shades of Pumpkin #FA7B0A

Tints of Pumpkin #FA7B0A

RGB

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

 GREEN value IS 123 (48.44% from 255) = 32.11%

 BLUE value IS 10 (4.3% from 255) = 2.61%

R = 65.27%
G = 32.11%
B = 2.61%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.96

 K value IS 0.02

RGB Variations

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

Color information

#FA7B0A (or 0xFA7B0A) is known color: Pumpkin. HEX triplet: FA, 7B and 0A. RGB value is (250,123,10). Sum of RGB (Red+Green+Blue) = 250+123+10=383 (50% of max value = 765). Red value is 250 (98.05% from 255 or 65.27% from 383); Green value is 123 (48.44% from 255 or 32.11% from 383); Blue value is 10 (4.30% from 255 or 2.61% from 383); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7B0A is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FA7B0A is #0584F5. Grayscale: #949494. Windows color (decimal): -361718 or 687098. OLE color: 687098.

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

Color convert

RGB 250 123 10 -
CMYK 0 0.51 0.96 0.02
HSL 28.25º 0.96% 0.51% -
HSV(B) 28.25º 0.96% 0.98% -
XYZ 46.56 34.51 4.49 -
YUV 148.09 50.08 200.69 -
System Red Green Blue C M Y K H S L
Decimal 250 123 10 0 0.51 0.96 0.02 28.25 0.96 0.51
Hex FA 7B A 0 33 60 2 1C 60 33
Octal 372 173 12 0 63 140 2 34 140 63
Binary 11111010 1111011 1010 0 110011 1100000 10 11100 1100000 110011

Color Harmonies of #FA7B0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA7B0A

Black with #FA7B0A

Text Example


Text Example

White with #FA7B0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA7B0A; }

 p { color: rgb(250,123,10); }

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

background-color css

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

 a { background-color: rgb(250,123,10); }

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

border-color css

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

 span { border-color: rgb(250,123,10); }

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