Html Css Color HEX #CF950A Gamboge

📋 copy color: '#CF950A'

red 207 ◦ green 149 ◦ blue 10

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

Shades of Gamboge #CF950A

Tints of Gamboge #CF950A

RGB

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

 GREEN value IS 149 (58.59% from 255) = 40.71%

 BLUE value IS 10 (4.3% from 255) = 2.73%

R = 56.56%
G = 40.71%
B = 2.73%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.95

 K value IS 0.19

RGB Variations

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

Color information

#CF950A (or 0xCF950A) is known color: Gamboge. HEX triplet: CF, 95 and 0A. RGB value is (207,149,10). Sum of RGB (Red+Green+Blue) = 207+149+10=366 (48% of max value = 765). Red value is 207 (81.25% from 255 or 56.56% from 366); Green value is 149 (58.59% from 255 or 40.71% from 366); Blue value is 10 (4.30% from 255 or 2.73% from 366); Max value from RGB is 207 - color contains mainly: red. Hex color #CF950A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CF950A is #306AF5. Grayscale: #979797. Windows color (decimal): -3173110 or 693711. OLE color: 693711.

HSL color Cylindrical-coordinate representation of color #CF950A: hue angle of 42.34º degrees, saturation: 0.91, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CF950A is Cyan = 0, Magento = 0.28, Yellow = 0.95 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 149 10 -
CMYK 0 0.28 0.95 0.19
HSL 42.34º 0.91% 0.43% -
HSV(B) 42.34º 0.95% 0.81% -
XYZ 36.53 34.78 5.08 -
YUV 150.5 48.72 168.3 -
System Red Green Blue C M Y K H S L
Decimal 207 149 10 0 0.28 0.95 0.19 42.34 0.91 0.43
Hex CF 95 A 0 1C 5F 13 2A 5B 2B
Octal 317 225 12 0 34 137 23 52 133 53
Binary 11001111 10010101 1010 0 11100 1011111 10011 101010 1011011 101011

Color Harmonies of #CF950A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF950A

Black with #CF950A

Text Example


Text Example

White with #CF950A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF950A; }

 p { color: rgb(207,149,10); }

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

background-color css

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

 a { background-color: rgb(207,149,10); }

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

border-color css

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

 span { border-color: rgb(207,149,10); }

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