Html Css Color HEX #CF911E Buttercup

📋 copy color: '#CF911E'

red 207 ◦ green 145 ◦ blue 30

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

Shades of Buttercup #CF911E

Tints of Buttercup #CF911E

RGB

 RED value IS 207 (81.25% from 255) = 54.19%

 GREEN value IS 145 (57.03% from 255) = 37.96%

 BLUE value IS 30 (12.11% from 255) = 7.85%

R = 54.19%
G = 37.96%
B = 7.85%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.86

 K value IS 0.19

RGB Variations

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

Color information

#CF911E (or 0xCF911E) is known color: Buttercup. HEX triplet: CF, 91 and 1E. RGB value is (207,145,30). Sum of RGB (Red+Green+Blue) = 207+145+30=382 (50% of max value = 765). Red value is 207 (81.25% from 255 or 54.19% from 382); Green value is 145 (57.03% from 255 or 37.96% from 382); Blue value is 30 (12.11% from 255 or 7.85% from 382); Max value from RGB is 207 - color contains mainly: red. Hex color #CF911E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF911E is #306EE1. Grayscale: #969696. Windows color (decimal): -3174114 or 2003407. OLE color: 2003407.

HSL color Cylindrical-coordinate representation of color #CF911E: hue angle of 38.98º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CF911E is Cyan = 0, Magento = 0.30, Yellow = 0.86 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 145 30 -
CMYK 0 0.30 0.86 0.19
HSL 38.98º 0.75% 0.46% -
HSV(B) 38.98º 0.86% 0.81% -
XYZ 36.09 33.61 5.81 -
YUV 150.43 60.04 168.35 -
System Red Green Blue C M Y K H S L
Decimal 207 145 30 0 0.30 0.86 0.19 38.98 0.75 0.46
Hex CF 91 1E 0 1E 56 13 27 4B 2E
Octal 317 221 36 0 36 126 23 47 113 56
Binary 11001111 10010001 11110 0 11110 1010110 10011 100111 1001011 101110

Color Harmonies of #CF911E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF911E

Black with #CF911E

Text Example


Text Example

White with #CF911E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF911E; }

 p { color: rgb(207,145,30); }

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

background-color css

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

 a { background-color: rgb(207,145,30); }

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

border-color css

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

 span { border-color: rgb(207,145,30); }

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