Html Css Color HEX #F75A1B Pumpkin

📋 copy color: '#F75A1B'

red 247 ◦ green 90 ◦ blue 27

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

Shades of Pumpkin #F75A1B

Tints of Pumpkin #F75A1B

RGB

 RED value IS 247 (96.88% from 255) = 67.86%

 GREEN value IS 90 (35.55% from 255) = 24.73%

 BLUE value IS 27 (10.94% from 255) = 7.42%

R = 67.86%
G = 24.73%
B = 7.42%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.89

 K value IS 0.03

RGB Variations

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

Color information

#F75A1B (or 0xF75A1B) is known color: Pumpkin. HEX triplet: F7, 5A and 1B. RGB value is (247,90,27). Sum of RGB (Red+Green+Blue) = 247+90+27=364 (48% of max value = 765). Red value is 247 (96.88% from 255 or 67.86% from 364); Green value is 90 (35.55% from 255 or 24.73% from 364); Blue value is 27 (10.94% from 255 or 7.42% from 364); Max value from RGB is 247 - color contains mainly: red. Hex color #F75A1B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F75A1B is #08A5E4. Grayscale: #828282. Windows color (decimal): -566757 or 1792759. OLE color: 1792759.

HSL color Cylindrical-coordinate representation of color #F75A1B: hue angle of 17.18º degrees, saturation: 0.93, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F75A1B is Cyan = 0, Magento = 0.64, Yellow = 0.89 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 90 27 -
CMYK 0 0.64 0.89 0.03
HSL 17.18º 0.93% 0.54% -
HSV(B) 17.18º 0.89% 0.97% -
XYZ 42.21 27.17 4.06 -
YUV 129.76 70.01 211.62 -
System Red Green Blue C M Y K H S L
Decimal 247 90 27 0 0.64 0.89 0.03 17.18 0.93 0.54
Hex F7 5A 1B 0 40 59 3 11 5D 36
Octal 367 132 33 0 100 131 3 21 135 66
Binary 11110111 1011010 11011 0 1000000 1011001 11 10001 1011101 110110

Color Harmonies of #F75A1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F75A1B

Black with #F75A1B

Text Example


Text Example

White with #F75A1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F75A1B; }

 p { color: rgb(247,90,27); }

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

background-color css

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

 a { background-color: rgb(247,90,27); }

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

border-color css

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

 span { border-color: rgb(247,90,27); }

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