Html Css Color HEX #CF8F1C Buttercup

📋 copy color: '#CF8F1C'

red 207 ◦ green 143 ◦ blue 28

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

Shades of Buttercup #CF8F1C

Tints of Buttercup #CF8F1C

RGB

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

 GREEN value IS 143 (56.25% from 255) = 37.83%

 BLUE value IS 28 (11.33% from 255) = 7.41%

R = 54.76%
G = 37.83%
B = 7.41%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.86

 K value IS 0.19

RGB Variations

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

Color information

#CF8F1C (or 0xCF8F1C) is known color: Buttercup. HEX triplet: CF, 8F and 1C. RGB value is (207,143,28). Sum of RGB (Red+Green+Blue) = 207+143+28=378 (50% of max value = 765). Red value is 207 (81.25% from 255 or 54.76% from 378); Green value is 143 (56.25% from 255 or 37.83% from 378); Blue value is 28 (11.33% from 255 or 7.41% from 378); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8F1C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF8F1C is #3070E3. Grayscale: #959595. Windows color (decimal): -3174628 or 1871823. OLE color: 1871823.

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

Color convert

RGB 207 143 28 -
CMYK 0 0.31 0.86 0.19
HSL 38.55º 0.76% 0.46% -
HSV(B) 38.55º 0.86% 0.81% -
XYZ 35.76 32.99 5.58 -
YUV 149.03 59.7 169.35 -
System Red Green Blue C M Y K H S L
Decimal 207 143 28 0 0.31 0.86 0.19 38.55 0.76 0.46
Hex CF 8F 1C 0 1F 56 13 27 4C 2E
Octal 317 217 34 0 37 126 23 47 114 56
Binary 11001111 10001111 11100 0 11111 1010110 10011 100111 1001100 101110

Color Harmonies of #CF8F1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF8F1C

Black with #CF8F1C

Text Example


Text Example

White with #CF8F1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF8F1C; }

 p { color: rgb(207,143,28); }

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

background-color css

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

 a { background-color: rgb(207,143,28); }

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

border-color css

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

 span { border-color: rgb(207,143,28); }

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