Html Css Color HEX #CF941E Buttercup

📋 copy color: '#CF941E'

red 207 ◦ green 148 ◦ blue 30

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

Shades of Buttercup #CF941E

Tints of Buttercup #CF941E

RGB

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

 GREEN value IS 148 (58.2% from 255) = 38.44%

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

R = 53.77%
G = 38.44%
B = 7.79%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.86

 K value IS 0.19

RGB Variations

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

Color information

#CF941E (or 0xCF941E) is known color: Buttercup. HEX triplet: CF, 94 and 1E. RGB value is (207,148,30). Sum of RGB (Red+Green+Blue) = 207+148+30=385 (50% of max value = 765). Red value is 207 (81.25% from 255 or 53.77% from 385); Green value is 148 (58.20% from 255 or 38.44% from 385); Blue value is 30 (12.11% from 255 or 7.79% from 385); Max value from RGB is 207 - color contains mainly: red. Hex color #CF941E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF941E is #306BE1. Grayscale: #989898. Windows color (decimal): -3173346 or 2004175. OLE color: 2004175.

HSL color Cylindrical-coordinate representation of color #CF941E: hue angle of 40º 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 #CF941E is Cyan = 0, Magento = 0.29, Yellow = 0.86 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 148 30 -
CMYK 0 0.29 0.86 0.19
HSL 40º 0.75% 0.46% -
HSV(B) 40º 0.86% 0.81% -
XYZ 36.56 34.54 5.97 -
YUV 152.19 59.05 167.09 -
System Red Green Blue C M Y K H S L
Decimal 207 148 30 0 0.29 0.86 0.19 40 0.75 0.46
Hex CF 94 1E 0 1D 56 13 28 4B 2E
Octal 317 224 36 0 35 126 23 50 113 56
Binary 11001111 10010100 11110 0 11101 1010110 10011 101000 1001011 101110

Color Harmonies of #CF941E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF941E

Black with #CF941E

Text Example


Text Example

White with #CF941E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF941E; }

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

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

background-color css

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

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

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

border-color css

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

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

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