Html Css Color HEX #CF901C Buttercup

📋 copy color: '#CF901C'

red 207 ◦ green 144 ◦ blue 28

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

Shades of Buttercup #CF901C

Tints of Buttercup #CF901C

RGB

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

 GREEN value IS 144 (56.64% from 255) = 37.99%

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

R = 54.62%
G = 37.99%
B = 7.39%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.86

 K value IS 0.19

RGB Variations

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

Color information

#CF901C (or 0xCF901C) is known color: Buttercup. HEX triplet: CF, 90 and 1C. RGB value is (207,144,28). Sum of RGB (Red+Green+Blue) = 207+144+28=379 (50% of max value = 765). Red value is 207 (81.25% from 255 or 54.62% from 379); Green value is 144 (56.64% from 255 or 37.99% from 379); Blue value is 28 (11.33% from 255 or 7.39% from 379); Max value from RGB is 207 - color contains mainly: red. Hex color #CF901C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF901C is #306FE3. Grayscale: #969696. Windows color (decimal): -3174372 or 1872079. OLE color: 1872079.

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

Color convert

RGB 207 144 28 -
CMYK 0 0.30 0.86 0.19
HSL 38.88º 0.76% 0.46% -
HSV(B) 38.88º 0.86% 0.81% -
XYZ 35.91 33.3 5.63 -
YUV 149.61 59.37 168.93 -
System Red Green Blue C M Y K H S L
Decimal 207 144 28 0 0.30 0.86 0.19 38.88 0.76 0.46
Hex CF 90 1C 0 1E 56 13 27 4C 2E
Octal 317 220 34 0 36 126 23 47 114 56
Binary 11001111 10010000 11100 0 11110 1010110 10011 100111 1001100 101110

Color Harmonies of #CF901C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF901C

Black with #CF901C

Text Example


Text Example

White with #CF901C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF901C; }

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

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

background-color css

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

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

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

border-color css

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

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

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