Html Css Color HEX #CF941C Buttercup

📋 copy color: '#CF941C'

red 207 ◦ green 148 ◦ blue 28

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

Shades of Buttercup #CF941C

Tints of Buttercup #CF941C

RGB

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

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

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

R = 54.05%
G = 38.64%
B = 7.31%

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

#CF941C (or 0xCF941C) is known color: Buttercup. HEX triplet: CF, 94 and 1C. RGB value is (207,148,28). Sum of RGB (Red+Green+Blue) = 207+148+28=383 (50% of max value = 765). Red value is 207 (81.25% from 255 or 54.05% from 383); Green value is 148 (58.20% from 255 or 38.64% from 383); Blue value is 28 (11.33% from 255 or 7.31% from 383); Max value from RGB is 207 - color contains mainly: red. Hex color #CF941C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF941C is #306BE3. Grayscale: #989898. Windows color (decimal): -3173348 or 1873103. OLE color: 1873103.

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

Color convert

RGB 207 148 28 -
CMYK 0 0.29 0.86 0.19
HSL 40.22º 0.76% 0.46% -
HSV(B) 40.22º 0.86% 0.81% -
XYZ 36.53 34.53 5.84 -
YUV 151.96 58.05 167.26 -
System Red Green Blue C M Y K H S L
Decimal 207 148 28 0 0.29 0.86 0.19 40.22 0.76 0.46
Hex CF 94 1C 0 1D 56 13 28 4C 2E
Octal 317 224 34 0 35 126 23 50 114 56
Binary 11001111 10010100 11100 0 11101 1010110 10011 101000 1001100 101110

Color Harmonies of #CF941C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF941C

Black with #CF941C

Text Example


Text Example

White with #CF941C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF941C; }

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

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

background-color css

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

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

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

border-color css

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

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

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