Html Css Color HEX #CF8A1A Buttercup

📋 copy color: '#CF8A1A'

red 207 ◦ green 138 ◦ blue 26

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

Shades of Buttercup #CF8A1A

Tints of Buttercup #CF8A1A

RGB

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

 GREEN value IS 138 (54.3% from 255) = 37.2%

 BLUE value IS 26 (10.55% from 255) = 7.01%

R = 55.8%
G = 37.2%
B = 7.01%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.87

 K value IS 0.19

RGB Variations

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

Color information

#CF8A1A (or 0xCF8A1A) is known color: Buttercup. HEX triplet: CF, 8A and 1A. RGB value is (207,138,26). Sum of RGB (Red+Green+Blue) = 207+138+26=371 (49% of max value = 765). Red value is 207 (81.25% from 255 or 55.80% from 371); Green value is 138 (54.30% from 255 or 37.20% from 371); Blue value is 26 (10.55% from 255 or 7.01% from 371); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8A1A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF8A1A is #3075E5. Grayscale: #929292. Windows color (decimal): -3175910 or 1739471. OLE color: 1739471.

HSL color Cylindrical-coordinate representation of color #CF8A1A: hue angle of 37.13º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CF8A1A is Cyan = 0, Magento = 0.33, Yellow = 0.87 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 138 26 -
CMYK 0 0.33 0.87 0.19
HSL 37.13º 0.78% 0.46% -
HSV(B) 37.13º 0.87% 0.81% -
XYZ 35.01 31.52 5.22 -
YUV 145.86 60.36 171.61 -
System Red Green Blue C M Y K H S L
Decimal 207 138 26 0 0.33 0.87 0.19 37.13 0.78 0.46
Hex CF 8A 1A 0 21 57 13 25 4E 2E
Octal 317 212 32 0 41 127 23 45 116 56
Binary 11001111 10001010 11010 0 100001 1010111 10011 100101 1001110 101110

Color Harmonies of #CF8A1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF8A1A

Black with #CF8A1A

Text Example


Text Example

White with #CF8A1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF8A1A; }

 p { color: rgb(207,138,26); }

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

background-color css

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

 a { background-color: rgb(207,138,26); }

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

border-color css

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

 span { border-color: rgb(207,138,26); }

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