Html Css Color HEX #F27D21 Pumpkin

📋 copy color: '#F27D21'

red 242 ◦ green 125 ◦ blue 33

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

Shades of Pumpkin #F27D21

Tints of Pumpkin #F27D21

RGB

 RED value IS 242 (94.92% from 255) = 60.5%

 GREEN value IS 125 (49.22% from 255) = 31.25%

 BLUE value IS 33 (13.28% from 255) = 8.25%

R = 60.5%
G = 31.25%
B = 8.25%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.86

 K value IS 0.05

RGB Variations

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

Color information

#F27D21 (or 0xF27D21) is known color: Pumpkin. HEX triplet: F2, 7D and 21. RGB value is (242,125,33). Sum of RGB (Red+Green+Blue) = 242+125+33=400 (52% of max value = 765). Red value is 242 (94.92% from 255 or 60.5% from 400); Green value is 125 (49.22% from 255 or 31.25% from 400); Blue value is 33 (13.28% from 255 or 8.25% from 400); Max value from RGB is 242 - color contains mainly: red. Hex color #F27D21 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F27D21 is #0D82DE. Grayscale: #959595. Windows color (decimal): -885471 or 2194930. OLE color: 2194930.

HSL color Cylindrical-coordinate representation of color #F27D21: hue angle of 26.41º degrees, saturation: 0.89, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F27D21 is Cyan = 0, Magento = 0.48, Yellow = 0.86 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 125 33 -
CMYK 0 0.48 0.86 0.05
HSL 26.41º 0.89% 0.54% -
HSV(B) 26.41º 0.86% 0.95% -
XYZ 44.23 33.65 5.6 -
YUV 149.5 62.26 193.98 -
System Red Green Blue C M Y K H S L
Decimal 242 125 33 0 0.48 0.86 0.05 26.41 0.89 0.54
Hex F2 7D 21 0 30 56 5 1A 59 36
Octal 362 175 41 0 60 126 5 32 131 66
Binary 11110010 1111101 100001 0 110000 1010110 101 11010 1011001 110110

Color Harmonies of #F27D21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F27D21

Black with #F27D21

Text Example


Text Example

White with #F27D21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F27D21; }

 p { color: rgb(242,125,33); }

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

background-color css

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

 a { background-color: rgb(242,125,33); }

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

border-color css

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

 span { border-color: rgb(242,125,33); }

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