Html Css Color HEX #FD770C Pumpkin

📋 copy color: '#FD770C'

red 253 ◦ green 119 ◦ blue 12

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

Shades of Pumpkin #FD770C

Tints of Pumpkin #FD770C

RGB

 RED value IS 253 (99.22% from 255) = 65.89%

 GREEN value IS 119 (46.88% from 255) = 30.99%

 BLUE value IS 12 (5.08% from 255) = 3.13%

R = 65.89%
G = 30.99%
B = 3.13%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.95

 K value IS 0.01

RGB Variations

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

Color information

#FD770C (or 0xFD770C) is known color: Pumpkin. HEX triplet: FD, 77 and 0C. RGB value is (253,119,12). Sum of RGB (Red+Green+Blue) = 253+119+12=384 (50% of max value = 765). Red value is 253 (99.22% from 255 or 65.89% from 384); Green value is 119 (46.88% from 255 or 30.99% from 384); Blue value is 12 (5.08% from 255 or 3.12% from 384); Max value from RGB is 253 - color contains mainly: red. Hex color #FD770C is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FD770C is #0288F3. Grayscale: #939393. Windows color (decimal): -166132 or 817149. OLE color: 817149.

HSL color Cylindrical-coordinate representation of color #FD770C: hue angle of 26.64º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FD770C is Cyan = 0, Magento = 0.53, Yellow = 0.95 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 119 12 -
CMYK 0 0.53 0.95 0.01
HSL 26.64º 0.98% 0.52% -
HSV(B) 26.64º 0.95% 0.99% -
XYZ 47.17 34.1 4.44 -
YUV 146.87 51.89 203.7 -
System Red Green Blue C M Y K H S L
Decimal 253 119 12 0 0.53 0.95 0.01 26.64 0.98 0.52
Hex FD 77 C 0 35 5F 1 1B 62 34
Octal 375 167 14 0 65 137 1 33 142 64
Binary 11111101 1110111 1100 0 110101 1011111 1 11011 1100010 110100

Color Harmonies of #FD770C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD770C

Black with #FD770C

Text Example


Text Example

White with #FD770C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD770C; }

 p { color: rgb(253,119,12); }

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

background-color css

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

 a { background-color: rgb(253,119,12); }

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

border-color css

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

 span { border-color: rgb(253,119,12); }

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