Html Css Color HEX #CF981F Buttercup

📋 copy color: '#CF981F'

red 207 ◦ green 152 ◦ blue 31

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

Shades of Buttercup #CF981F

Tints of Buttercup #CF981F

RGB

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

 GREEN value IS 152 (59.77% from 255) = 38.97%

 BLUE value IS 31 (12.5% from 255) = 7.95%

R = 53.08%
G = 38.97%
B = 7.95%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.85

 K value IS 0.19

RGB Variations

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

Color information

#CF981F (or 0xCF981F) is known color: Buttercup. HEX triplet: CF, 98 and 1F. RGB value is (207,152,31). Sum of RGB (Red+Green+Blue) = 207+152+31=390 (51% of max value = 765). Red value is 207 (81.25% from 255 or 53.08% from 390); Green value is 152 (59.77% from 255 or 38.97% from 390); Blue value is 31 (12.5% from 255 or 7.95% from 390); Max value from RGB is 207 - color contains mainly: red. Hex color #CF981F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF981F is #3067E0. Grayscale: #9B9B9B. Windows color (decimal): -3172321 or 2070735. OLE color: 2070735.

HSL color Cylindrical-coordinate representation of color #CF981F: hue angle of 41.25º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CF981F is Cyan = 0, Magento = 0.27, Yellow = 0.85 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 152 31 -
CMYK 0 0.27 0.85 0.19
HSL 41.25º 0.74% 0.47% -
HSV(B) 41.25º 0.85% 0.81% -
XYZ 37.21 35.82 6.25 -
YUV 154.65 58.22 165.34 -
System Red Green Blue C M Y K H S L
Decimal 207 152 31 0 0.27 0.85 0.19 41.25 0.74 0.47
Hex CF 98 1F 0 1B 55 13 29 4A 2F
Octal 317 230 37 0 33 125 23 51 112 57
Binary 11001111 10011000 11111 0 11011 1010101 10011 101001 1001010 101111

Color Harmonies of #CF981F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF981F

Black with #CF981F

Text Example


Text Example

White with #CF981F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF981F; }

 p { color: rgb(207,152,31); }

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

background-color css

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

 a { background-color: rgb(207,152,31); }

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

border-color css

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

 span { border-color: rgb(207,152,31); }

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