Html Css Color HEX #CF961B Buttercup

📋 copy color: '#CF961B'

red 207 ◦ green 150 ◦ blue 27

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

Shades of Buttercup #CF961B

Tints of Buttercup #CF961B

RGB

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

 GREEN value IS 150 (58.98% from 255) = 39.06%

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

R = 53.91%
G = 39.06%
B = 7.03%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.87

 K value IS 0.19

RGB Variations

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

Color information

#CF961B (or 0xCF961B) is known color: Buttercup. HEX triplet: CF, 96 and 1B. RGB value is (207,150,27). Sum of RGB (Red+Green+Blue) = 207+150+27=384 (50% of max value = 765). Red value is 207 (81.25% from 255 or 53.91% from 384); Green value is 150 (58.98% from 255 or 39.06% from 384); Blue value is 27 (10.94% from 255 or 7.03% from 384); Max value from RGB is 207 - color contains mainly: red. Hex color #CF961B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF961B is #3069E4. Grayscale: #999999. Windows color (decimal): -3172837 or 1808079. OLE color: 1808079.

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

Color convert

RGB 207 150 27 -
CMYK 0 0.28 0.87 0.19
HSL 41º 0.77% 0.46% -
HSV(B) 41º 0.87% 0.81% -
XYZ 36.84 35.16 5.88 -
YUV 153.02 56.88 166.5 -
System Red Green Blue C M Y K H S L
Decimal 207 150 27 0 0.28 0.87 0.19 41 0.77 0.46
Hex CF 96 1B 0 1C 57 13 29 4D 2E
Octal 317 226 33 0 34 127 23 51 115 56
Binary 11001111 10010110 11011 0 11100 1010111 10011 101001 1001101 101110

Color Harmonies of #CF961B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF961B

Black with #CF961B

Text Example


Text Example

White with #CF961B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF961B; }

 p { color: rgb(207,150,27); }

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

background-color css

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

 a { background-color: rgb(207,150,27); }

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

border-color css

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

 span { border-color: rgb(207,150,27); }

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