Html Css Color HEX #CF921A Buttercup

📋 copy color: '#CF921A'

red 207 ◦ green 146 ◦ blue 26

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

Shades of Buttercup #CF921A

Tints of Buttercup #CF921A

RGB

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

 GREEN value IS 146 (57.42% from 255) = 38.52%

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

R = 54.62%
G = 38.52%
B = 6.86%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.87

 K value IS 0.19

RGB Variations

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

Color information

#CF921A (or 0xCF921A) is known color: Buttercup. HEX triplet: CF, 92 and 1A. RGB value is (207,146,26). Sum of RGB (Red+Green+Blue) = 207+146+26=379 (50% of max value = 765). Red value is 207 (81.25% from 255 or 54.62% from 379); Green value is 146 (57.42% from 255 or 38.52% from 379); Blue value is 26 (10.55% from 255 or 6.86% from 379); Max value from RGB is 207 - color contains mainly: red. Hex color #CF921A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF921A is #306DE5. Grayscale: #979797. Windows color (decimal): -3173862 or 1741519. OLE color: 1741519.

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

Color convert

RGB 207 146 26 -
CMYK 0 0.29 0.87 0.19
HSL 39.78º 0.78% 0.46% -
HSV(B) 39.78º 0.87% 0.81% -
XYZ 36.2 33.9 5.61 -
YUV 150.56 57.71 168.26 -
System Red Green Blue C M Y K H S L
Decimal 207 146 26 0 0.29 0.87 0.19 39.78 0.78 0.46
Hex CF 92 1A 0 1D 57 13 28 4E 2E
Octal 317 222 32 0 35 127 23 50 116 56
Binary 11001111 10010010 11010 0 11101 1010111 10011 101000 1001110 101110

Color Harmonies of #CF921A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF921A

Black with #CF921A

Text Example


Text Example

White with #CF921A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF921A; }

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

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

background-color css

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

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

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

border-color css

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

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

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