Html Css Color HEX #CF8E25 Buttercup

📋 copy color: '#CF8E25'

red 207 ◦ green 142 ◦ blue 37

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

Shades of Buttercup #CF8E25

Tints of Buttercup #CF8E25

RGB

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

 GREEN value IS 142 (55.86% from 255) = 36.79%

 BLUE value IS 37 (14.84% from 255) = 9.59%

R = 53.63%
G = 36.79%
B = 9.59%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.82

 K value IS 0.19

RGB Variations

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

Color information

#CF8E25 (or 0xCF8E25) is known color: Buttercup. HEX triplet: CF, 8E and 25. RGB value is (207,142,37). Sum of RGB (Red+Green+Blue) = 207+142+37=386 (51% of max value = 765). Red value is 207 (81.25% from 255 or 53.63% from 386); Green value is 142 (55.86% from 255 or 36.79% from 386); Blue value is 37 (14.84% from 255 or 9.59% from 386); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8E25 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF8E25 is #3071DA. Grayscale: #959595. Windows color (decimal): -3174875 or 2461391. OLE color: 2461391.

HSL color Cylindrical-coordinate representation of color #CF8E25: hue angle of 37.06º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CF8E25 is Cyan = 0, Magento = 0.31, Yellow = 0.82 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 142 37 -
CMYK 0 0.31 0.82 0.19
HSL 37.06º 0.7% 0.48% -
HSV(B) 37.06º 0.82% 0.81% -
XYZ 35.74 32.74 6.19 -
YUV 149.47 64.53 169.04 -
System Red Green Blue C M Y K H S L
Decimal 207 142 37 0 0.31 0.82 0.19 37.06 0.7 0.48
Hex CF 8E 25 0 1F 52 13 25 46 30
Octal 317 216 45 0 37 122 23 45 106 60
Binary 11001111 10001110 100101 0 11111 1010010 10011 100101 1000110 110000

Color Harmonies of #CF8E25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF8E25

Black with #CF8E25

Text Example


Text Example

White with #CF8E25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF8E25; }

 p { color: rgb(207,142,37); }

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

background-color css

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

 a { background-color: rgb(207,142,37); }

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

border-color css

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

 span { border-color: rgb(207,142,37); }

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